Convert nested JSON into a tabular data package. #713
Unanswered
kindly
asked this question in
Show and tell
Replies: 2 comments
-
Very nice work @kindly! Would you be interested in coming and present it at our community call in April? It's on 28th at 3pm CET. We would also very happily publish a blog about it on the project website, if you feel like writing one. Drop me and email to get more details at sara.petti[at]okfn.org. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working on a tool to convert deeply nested JSON data into tabular data called flatterer.
One of its outputs is a tabular data package. This could be an interesting addition to project as more and more data from APIs are JSON and it is normally burdensome to manually convert them to tabular form for analysis or to use frictionless data tools on them.
Here is a example notebook of how the python API can be used:
https://deepnote.com/@david-raznick/Flatterer-Demo-data-package-e16vTBI7SXaSshHm_92o7w
It can also be used as a command line tool and there is a web interface with a datapackage style zip export.
Beta Was this translation helpful? Give feedback.
All reactions