I have a api json file with childnode. How do I unpack the childnode? Now I'm only getting everyting into one column see screenshot for code and illustration.
Asked
Active
Viewed 54 times
-1

user3738933
- 9
- 1
1 Answers
0
Found a solution
response_info = json.loads(resp)
pd.json_normalize(response_info['Holdings'])

user3738933
- 9
- 1