Tworzenie tabeli częstotliwości | Generowanie tabeli częstotliwości

var = df['col'].value_counts(bins=10).sort_index()
rudythealchemist