import pandas as pd
df = df[df.col1 == 'value1']
'python3' 카테고리의 다른 글
| [ML] XGBClassifier sample code (0) | 2021.11.30 |
|---|---|
| [pandas] MinMaxScaling sample code (0) | 2021.11.30 |
| [json] pandas dataframe to json file / json file read, write, append (0) | 2020.11.19 |
| [pandas] dataframe get row value / 데이터 전처리 (0) | 2020.06.01 |
| [반복문] skip 시 pass/continue (0) | 2020.05.13 |