回答編集履歴

1

修正

2019/10/06 12:17

投稿

meg_
meg_

スコア10765

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```python
6
6
 
7
- df_toilet.loc[df_toilet['doc'].str.contains('トイレ'), 'doc'] = 1 #'1'?
7
+ df_toilet.loc[df_toilet['doc'].str.contains('トイレ'), 'Y'] = 1 #'1'?
8
8
 
9
9
  ```