https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.value_counts.html
returns object containing counts of unique values
고유 값의 개수(count)를 포함하는 객체(value)를 반환
pd.Series.value_counts(normalize=False,
sort=True,
ascending=False,
bins=None,
dropna=True)