回答編集履歴
1
answer
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
df = pd.read_html(TARGET_URL, encoding='euc-jp', storage_options=headers)[0]
|
|
23
|
+
df.columns = df.columns.str.replace(' ', '')
|
|
23
24
|
print(df['日付'])
|
|
24
25
|
|
|
25
26
|
# 0 2026/01/04
|