質問編集履歴

2

個人情報が入っていたので消しました

2021/04/16 08:13

投稿

madanemui
madanemui

スコア1

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  for i in range():
72
72
 
73
- with pd.ExcelWriter("C:\Users\117975\Downloads\mypython\output\output2.xlsx") as writer:
73
+ with pd.ExcelWriter("output2.xlsx") as writer:
74
74
 
75
75
  df_f1q,str(i)["日付"].to_excel(writer, sheet_name='q'+i)
76
76
 

1

初心者なので初心者マークをつけました

2021/04/16 08:13

投稿

madanemui
madanemui

スコア1

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,7 @@
79
79
  当然ながらエラーが出ます。。
80
80
 
81
81
  SyntaxError: cannot assign to function call
82
+
83
+
84
+
85
+ よろしくお願いいたします。