回答編集履歴

1

修正

2019/08/31 03:21

投稿

meg_
meg_

スコア10602

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```Python
6
6
 
7
- df[df2['Group member'].str.contains(idx)].iloc[0]
7
+ df[df2['Group member'].str.contains(idx)]
8
8
 
9
9
  ```