Use json_normalize with record_path option: import json with open('file.json') as f: df = pd.json_normalize(json.load(f), ...
確定! 回上一頁