Pandas Fast Way de visualizar a distribuição por grupo

#how to view distributions of data by groups
data.groupby('class').hist()
Courageous Cobra