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