Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Cartesina Product
- data preprocessing
- django
- 기본
- 머신러닝
- 원핫인코딩
- 사이킷런
- Python
- SQLD
- PARTITION BY
- 레이블 인코딩
- 명령어
- sklearn
- Machine Learning
- ML
- partition
- SQL
- CROSS JOIN
Archives
- Today
- Total
Programming Blog
특정 문자 포함하는 행 추출 본문
df = df[df['Column Name'].str.contains('condition text')]
Column Name : 컬럼명
condition text : 특정 문자
'빅데이터 분석 > Pandas' 카테고리의 다른 글
중복 데이터 처리 (0) | 2021.09.30 |
---|---|
특정 행 또는 열을 대상으로 결측값 있으면 제거 (0) | 2021.09.30 |
(pandas) DataFrame 합치기 (0) | 2020.11.12 |
(Pandas) read_csv파일 encoding Error (0) | 2020.11.12 |
pandas 대용량 csv 파일 읽기 - dask (1) | 2020.11.12 |
Comments