zhiyzuo / python-scopus

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

Key error : 'Search results' #30

Open kaushikswift opened 1 year ago

kaushikswift commented 1 year ago

author_result_df = scopus.search_author("AUTHLASTNAME(Zuo) and AUTHFIRST(Zhiya) and AFFIL(Iowa)")

The above Code should provide the following output: Screenshot (804) But I am getting key error, why? Screenshot (805)