質問編集履歴
1
文法修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
df1 = df[df['コード2桁'] == cd]
|
32
32
|
|
33
|
-
df1.to_excel("cd.xlsx",index = False
|
33
|
+
df1.to_excel("cd.xlsx",index = False
|
34
34
|
|
35
35
|
|
36
36
|
|