I'm trying to make a histogram for all the columns in a table. When I do that, they all overlap and I can't read any of them. I have tried to change fig size, but I would just like them to display neatly /legibly. Is there a way to do this with over 80 columns?
If not, can you recommend a better way to do all 80+ histograms? Thanks in advance!
df.hist(figsize = (15, 10))
Here is what it looks like on my sideenter image description here