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

Add method to fill in missing values

lambdamusic opened this issue · comments

So that JSON is more regular and dataviz tools can handle it better.

fill missing vslues for all columns.png

Maybe it can also be reused in a wrapper for pandas json_normalize - if you pass a key, first it ensures that the key is always present in all records..