'stinrg'에 해당되는 글 1건

  1. 2021.06.07 :: dataframe column에서 특정 단어 포함된 row 제외
Python 2021. 6. 7. 11:52
df2 = df[~df.Name.str.contains('단어')]

 

'Python' 카테고리의 다른 글

dataframe isin 함수  (0) 2021.06.24
Dataframe read csv 원하는 column만 가져오기  (0) 2021.06.18
dataframe 범위별 구간 만들기  (0) 2021.06.02
pandas read csv시 thousand 숫자형으로 읽기  (0) 2021.05.24
plotly를 이용한 pca  (0) 2021.05.18
posted by 초코렛과자
: