回答編集履歴

1

notか

2019/01/14 07:08

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```python
4
4
 
5
- df[df.loc['text'].apply(lambda s:s in vcc)]
5
+ df[df.loc['text'].apply(lambda s:s not in vcc)]
6
6
 
7
7
  ```