質問編集履歴

1

誤字修正

2019/04/19 03:52

投稿

mamonPro
mamonPro

スコア38

test CHANGED
File without changes
test CHANGED
@@ -48,9 +48,9 @@
48
48
 
49
49
 
50
50
 
51
- groupe =df.groupby("ID")
51
+ group =df.groupby("ID")
52
52
 
53
- result = groupe.apply(sp.zscore, axis=0)
53
+ result = group.apply(sp.zscore, axis=0)
54
54
 
55
55
 
56
56