Pandas has a useful method called value_counts which creates a column of counts or frequency for each categorical column you give it.
Is there something in Quantipy that allows you do something similar, but with a weighted value count? I don't want a crosstab, I simply want a uni-variate column with weighted value frequencies.
Pandas has a useful method called value_counts which creates a column of counts or frequency for each categorical column you give it.
Is there something in Quantipy that allows you do something similar, but with a weighted value count? I don't want a crosstab, I simply want a uni-variate column with weighted value frequencies.