Quantcast
Viewing latest article 4
Browse Latest Browse All 4

Pandas groupby two columns and plot

I have a dataframe like this:

import numpy as npimport pandas as pdimport matplotlib.pyplot as plt%matplotlib inlinedf = pd.DataFrame({'category': list('XYZXY'), 'B': range(5,10),'sex': list('mfmff')})

I want to plot count of sex male or female based on category from column 'category'.

I tried:
df.groupby(['category','sex'])['category','sex'].count().plot.bar()

But this gives:
Image may be NSFW.
Clik here to view.
enter image description here

How do I get the count of sex per category?


Viewing latest article 4
Browse Latest Browse All 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>