I want to plot a column information as a pie chart. How to make it?
redemption_type = redemptions['redemption_type']
redemption_type.describe()
count 641493
unique 12
top MPPAID
freq 637145
Name: redemption_type, dtype: object
This pie chart should consist of 12 different values with their frequency.
machine-learningquestion, kindly do not spam irrelevant tags (removed).