Calculer la distribution d'une feature categorielle
df["nom_feature_categorielle"].value_counts()
# exemple
offers_df["proposal.FINANCIALSCALETYPE"].value_counts()
"""
STD 176486
WEB 69209
OPSPE 31862
DERO 15680
PCOL 23
Name: proposal.FINANCIALSCALETYPE, dtype: int64
"""