Code Cloud/python

[pandas] 특정 조건에 맞는 데이터 추출 df[df['컬럼명']==3]

jay3108 2021. 12. 21. 15:05

- df[df['컬럼명']==3]

- df.loc[df['컬럼명']==3]