質問編集履歴
1
dataframeの説明を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,6 +10,8 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
(resultDataProcessing5aveDfはdataframe)
|
14
|
+
|
13
15
|
resultDataProcessing5aveDf['今回レースのペース予測'] = resultDataProcessing5aveDf.groupby(level=0)[['ave5_前後半ペース差']].mean()
|
14
16
|
|
15
17
|
|