回答編集履歴

1

edit

2018/01/06 16:32

投稿

mkgrei
mkgrei

スコア8560

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  features_df['1'] = a
12
12
 
13
- features_df.loc(len(features_df)) = b
13
+ features_df.loc[len(features_df)] = b
14
14
 
15
15
  ```
16
16