回答編集履歴
1
修正
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
|
|