質問編集履歴
1
print(df)を追加した
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,6 +17,18 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
df = pd.read_excel('Book1.xlsx', sheet_name=0)
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
# ↓print(df)の結果
|
24
|
+
|
25
|
+
# 年月日
|
26
|
+
|
27
|
+
# 0 2021-01-04
|
28
|
+
|
29
|
+
# 1 2021-05-12
|
30
|
+
|
31
|
+
# 2 2021-06-17
|
20
32
|
|
21
33
|
|
22
34
|
|