df['SALES_PRICE'].plot.hist(bins = 50) code example Example: show distribution pandas coloumns df['age'] == ['14','16','23','54'] df['age'].hist()