質問編集履歴

1

誤字

2018/12/19 03:35

投稿

takayoukey
takayoukey

スコア21

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  ```Python
54
54
 
55
- col = col.set_index("複製数")[var].repeat(col["複製数"]).reset_index()
55
+ col = col.set_index("複製数")[["列1","列2","列3"]].repeat(col["複製数"]).reset_index()
56
56
 
57
57
  ```
58
58