回答編集履歴

1

追記

2020/08/21 13:03

投稿

meg_
meg_

スコア10580

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