create histogram from dataframe groupby code example Example: pandas groupby histogram # pandas hostogram on group by df['N'].hist(by=df['Letter'])