3 months ago0 views👨💻Programmingcars123plt.figure(figsize=(8,5))sns.boxplot(data=df, x='Type', y='Price')plt.title("Price Distribution by Car Type")plt.show()