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))
Pandas Dataframe Histograms
Did you find this snippet useful?

Sign up for free to to add this to your code library