質問編集履歴
2
追加説明
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
BadZipFile: File is not a zip file Python
|
1
|
+
エラーの解決方法がわかりません。BadZipFile: File is not a zip file Python
|
body
CHANGED
File without changes
|
1
追加説明
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
+
下記内容で、エラーが出力されます。ZIPファイルを作成するまでの部分を出力してもエラーは出ていません。
|
1
|
-
|
2
|
+
「これだけだとエラーは出ません」
|
2
3
|
lists2 = [df1[0],df2[0]]
|
3
4
|
all_list2 = []
|
4
5
|
for i in lists2:
|