Liczba pand liczba powtórzeń każdej różnej wartości

# pandas count distinct values in column
df['column'].value_counts()
dani.ou