sns.distplot(new_data['price'],kde = True) plt.show() code example Example: distribution seaborn x = np.random.normal(size=100) sns.distplot(x);