digital-science / dimcli

Python client and CLI for scientometrics and research analytics using the Dimensions API.

Home Page:https://digital-science.github.io/dimcli/getting-started.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warning from dimcli when using Pandas 1.0.1:

lambdamusic opened this issue · comments

/Users/xxx/anaconda3/envs/dsl/lib/python3.7/site-packages/dimcli/core/dataframe_factory.py:30: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead
  output = json_normalize(data[self.data_keys[0]])

fixed in v 0.65