Quantcast
Channel: Question and Answer » json
Viewing all articles
Browse latest Browse all 148

Parsing JSON and creating analytics out of the data, what is the best way to do it?

$
0
0

I am on a project where I call an API and I want to make statistics with the data returned. It returns a big .json object. As that is not possible to flatten, and I am not interested on all the data returned either, I want to parse only certain keys. I have thought of parsing and then creating a well structured json myself, and from there work with it with panda (I am coding this with Python)

Would this be a good approach? Is it even necessary to create a new .json structure to hold the parsed data?


Viewing all articles
Browse latest Browse all 148

Trending Articles