python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I flatten nested list from JSON object?
I've exported fitbit sleep data and got a json file with nested variables + dict. I would like to convert the json file to a csv file that will display all "regular" variables, e.g. "da...
Lea
Votes: 0
Answers: 1
Partly flatten nested JSON objects stored in df column
I have a dataframe with 3 columns (INSTNR, Enhedsadresser, API_response), where the 3rd column (API_response) contains JSON objects. I would like to flatten the JSON object and store the extracted inf...
mantasbacys
Votes: 0
Answers: 1
Pandas json normalize why it returns NaN for repeated values
I have a dataframe where 2 columns are lists of dictionaries that I want to expand to separate columns. For example:
id text agg_inds ag...

joasa
Votes: 0
Answers: 2
Convert JSON data to pandas df - python
I know there is a few questions on SO regarding the conversion of JSON file to a pandas df but nothing is working. Specifically, the JSON requests the current days information. I'm trying to return th...
Chopin
Votes: 0
Answers: 1