Pandas Dataframe Histograms
Python
Outputs a histogram for every numerical columns in a dataframe on a 9 x 3 layout.
1| df.hist(figsize=(15,30),layout=(9,3))
149
132
127
119