回答編集履歴

1

修正

2020/12/03 09:04

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  json_dict = json.loads(json_str)
16
16
 
17
- df = json_normalize(json_dict )
17
+ df = pd.json_normalize(json_dict )
18
18
 
19
19
 
20
20