回答編集履歴

1

出力ファイル名が間違っていたので修正

2018/11/28 23:38

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  ret = df.groupby('部屋')['フルネーム'].apply(lambda d: d.reset_index(drop=True)).unstack()
52
52
 
53
- ret.to_csv('out.txt', index=None, header=None, sep=' ', quotechar="'")
53
+ ret.to_csv('heyawari.txt', index=None, header=None, sep=' ', quotechar="'")
54
54
 
55
55
 
56
56