質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,13 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
df
|
23
|
+
df.iloc[:,[0,7,9]]
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
AttributeError: 'numpy.ndarray' object has no attribute 'iloc'
|
28
|
+
|
29
|
+
|
24
30
|
|
25
31
|
```
|
26
32
|
|