回答編集履歴
1
参考リンクを追加
answer
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
- 1 行に 1 つの JSON オブジェクトが存在する、いわゆる [JSON Lines](https://jsonlines.org/) 形式である
|
5
5
|
|
6
6
|
ので、シングルクオートをダブルクオートに置換した上で、pandas の read_json で lines=True を指定して読み込めば良いのでは。
|
7
|
+
参考: [pandasでJSON文字列・ファイルを読み込み(read_json) | note.nkmk.me](https://note.nkmk.me/python-pandas-read-json/)
|
7
8
|
|
8
|
-
|
9
9
|
```Python
|
10
10
|
import pandas as pd
|
11
11
|
|