MrZaurik / preprocessing

MIT License
2 stars 0 forks source link

function scopus_df #2

Open srobledog opened 1 month ago

srobledog commented 1 month ago

this function gets the data from Scopus (.bib) and transforms it into a data frame. This is an example https://docs.google.com/spreadsheets/d/15I7DNXFtvT3N5ELQ6l5rXD51r5d8T9TtgPmDvdGGMnI/edit?gid=227674128#gid=227674128

this is an example of .bib file https://drive.google.com/file/d/1bc1V2iR90-6NR1iQ98FZdUTNJqucq39M/view?usp=drive_link

MrZaurik commented 1 month ago

Assigned @abritto2212 Deadline: Monday, September 30

abritto2212 commented 1 month ago

I created the function bib_to_df, which takes filepathas an argument, corresponding to the path of the .bib file, and fields, which is an optional list that filters the fields in the DataFrame.