回答編集履歴
1
追記
test
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
```Python
|
2
|
+
|
3
|
+
import numpy as np
|
4
|
+
|
5
|
+
|
2
6
|
|
3
7
|
print(df[np.all(df.iloc[:,[0,1]]==1, axis=1)])
|
4
8
|
|