zhiyzuo / python-scopus

PyScopus
http://zhiyzuo.github.io/python-scopus/
MIT License
23 stars 29 forks source link

Could not retrieve Author ID: #29

Open kaushikswift opened 1 year ago

kaushikswift commented 1 year ago

I am using PyScopus to extract information from Scopus website. When i run this particular code : "search_df = scopus.search("KEY(topic modelling)", count=30,view='STANDARD')" This should be the output:

Screenshot (800) Screenshot (801)

Screenshot (802)

see in the above screenshot there is a column "authors" which has authorid of each author of a particular journal or articles in a form a list.

But this is what i get when i try it in GoogleColab: Screenshot (803)

I get empty lists......

Why????

biagioscalingipsy commented 10 months ago

I also have the same problem, the author column is empty