Skip to content

Instantly share code, notes, and snippets.

@kse0202
Created May 14, 2020 02:12
Show Gist options
  • Select an option

  • Save kse0202/46d620bb85f9f3900c692951c45453a0 to your computer and use it in GitHub Desktop.

Select an option

Save kse0202/46d620bb85f9f3900c692951c45453a0 to your computer and use it in GitHub Desktop.
데이터 프레임에서 특정 단어 포함하는 행 선택하기
df.loc[df_mapo['col_name'].str.contains('words', na= False)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment