head(n)
tail(n)
df.shape
df.info()
df.dtypes
df.describe()
df.count()
df[’열 이름’].value_counts()
선 그래프
막대 그래프
히스토그램