본문 바로가기

python3

[pandas] dataframe filter

import pandas as pd

 

df = df[df.col1 == 'value1']