import matplotlib.pyplot as plt
df.hist(bins=50, figsize=(20,15))
plt.show()