import pandas as pd
columns에 몇 개의 데이터가 있는지 확인할 수 있음.
df.count()
df.value_counts() 특정 열의 값 세기: df.column_name.value_counts()