質問編集履歴

2

該当のソースコードの部分と最初のコードに整合性がなかったので合わせました。

2021/04/23 08:27

投稿

makurintan_0415
makurintan_0415

スコア3

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  for newsheet in namelist:
62
62
 
63
- ... with pd.ExcelWriter('sortdataei12.xlsx',mode='a') as writer:
63
+ ... with pd.ExcelWriter('raiten.xlsx',mode='a') as writer:
64
64
 
65
65
  ... newdata1.to_excel(writer, sheet_name= newsheet)
66
66
 

1

”名前の同じ人の行”という文言に直しました。

2021/04/23 08:27

投稿

makurintan_0415
makurintan_0415

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- 以下のexcelファイルの表から、名前の同じ人を取り出し、既存のブックに新規のシートで追加したいです。
3
+ 以下のexcelファイルの表から、名前の同じ人の行を取り出し、既存のブックに新規のシートで追加したいです。
4
4
 
5
5
 
6
6