프로그래밍 언어/Python
Python_DataFrame Column별 데이터 수 출력
OHSAYU
2022. 9. 8. 10:47
df['column_name'].value_counts()
df['column_name'].value_counts()