質問編集履歴

2

誤字

2018/11/09 07:41

投稿

iwhr
iwhr

スコア15

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- data['rms'] = data.iloc[:,2].rolling(window=window_size, min_periods=1, center=True).apply(rms1) #移動平均
55
+ data['rms'] = data.iloc[:,2].rolling(window=window_size, min_periods=1, center=True).apply(rms) #移動平均
56
56
 
57
57
 
58
58
 

1

誤字

2018/11/09 07:41

投稿

iwhr
iwhr

スコア15

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
 
58
58
 
59
- data.to_csv('E_caribrationdata_RMS1.csv', index=None) #csvファイルに出力
59
+ data.to_csv('example_RMS.csv', index=None) #csvファイルに出力
60
60
 
61
61
 
62
62