I need help getting the package to read my data correctly and adding citation data without Scopus access #102
Unanswered
NidiaBenitez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm working with a document set of .csvs that I generated through Publish or Perish, for Google Scholar searches.
I have two issues I need help with:
This is what comes up when I try to print that:

Other fields however, I can print without problem:

I checked the document set fields and this is what came up:
{'title': 'Title', 'authors': 'Authors', 'abstract': 'Abstract', 'citation': None, 'date': 'Year', 'source': 'Source', 'pubmed': None, 'doi': 'DOI', 'keywords': None, 'publisher': 'Publisher', 'language': None}
So, I seem to understand from that I should be getting my authors data read correctly. How could I fix this issue?
I apologize if this has an obvious solution, I'm whatever comes before beginner in Python. And thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions