回答編集履歴

1

変更

2018/07/05 22:10

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -13,3 +13,15 @@
13
13
  参考:
14
14
 
15
15
  [pandasで複数条件のand, or, notから行を抽出(選択) | note.nkmk.me](https://note.nkmk.me/python-pandas-multiple-conditions/)
16
+
17
+
18
+
19
+ もしくは、この場合
20
+
21
+ ```python
22
+
23
+ df.loc[[0,1]]
24
+
25
+ ```
26
+
27
+ でいいのか。