티스토리 뷰
pandas는 df[[df['컬럼'] == 'abc']] 이런 구문으로 찾았는데, polars는 filter라는 함수를 사용함
df.filter(pl.col("컬럼") == "abc")
- 조건이 여러개인 경우
df.filter((pl.col("foo") < 3) & (pl.col("ham") == "a"))
- 중복값이 있는 행 조
df.filter(pl.col('컬럼').is_duplicated())
반응형
'파이썬(Python)&판다스(Pandas)&Polars' 카테고리의 다른 글
[polars] pl.Config(fmt_str_lengths=) 데이터프레임의 글자를 모두 출력 (0) | 2023.12.12 |
---|---|
[Python] 변수명을 for문으로 할당하기 - globals() (0) | 2023.11.21 |
[polars] 셀 안의 문자열 또는 리스트 값 모두 보이게 출력(polars.Config.set_fmt_str_lengths, max_colwidth) (0) | 2023.11.21 |
[polars] 데이터프레임의 특정 컬럼 또는 모든 컬럼의 데이터 타입 변경하기(cast) (0) | 2023.11.21 |
[polars] write_csv로 UTF-8-SIG 처럼 저장하기(include_bom) (1) | 2023.11.21 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- python'
- Encoding
- Postgis
- python
- writerow
- LLM
- SPARQL
- 지식그래프임베딩
- PostgreSQL
- hadoop
- difflib
- Vue3
- rdflib
- psycopg
- ChatGPT
- MongoDB
- Claude
- pdfmathtranslate
- knowlegegraph
- polars
- knowledgegraph
- pandas
- TextRank
- 지식그래프
- cursorai
- vscode
- p-tuing
- vervel
- PEFT
- 키워드추출
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함