質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
```ここに言語を入力
|
38
38
|
|
39
|
-
example_df.iloc[:,2:].columns = example_df.iloc[:,2:].columns.map(lambda x:'
|
39
|
+
example_df.iloc[:,2:].columns = example_df.iloc[:,2:].columns.map(lambda x:'factor') #ここのナンバリングも課題
|
40
40
|
|
41
41
|
example_df
|
42
42
|
|