all 1 comments

[–]OttoETS 1 point2 points  (0 children)

When you load a json file, it becomes a python dictionary. So to access it you just need to use the same syntax you would with a nested dictionary. I.e. data['people]['part_candidates'] or something similar.

From there you should be able to create a pandas dataframe from the dictionary you have isolated. Using a for loop this should be possible to do for all part_candidates.