Zwróć serię zawierającą liczbę unikalnych wartości.
print(df["os"].value_counts())
rudythealchemist
print(df["os"].value_counts())