質問編集履歴

1

修正

2019/11/03 06:35

投稿

john_doe_
john_doe_

スコア354

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,13 @@
20
20
 
21
21
 
22
22
 
23
- df:,1,8,10」
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