how to plot histogram on groupby objects in python code example Example: pandas groupby histogram # pandas hostogram on group by df['N'].hist(by=df['Letter'])