From 5dcaf60052259aedc513b7e14e71963f5a96c078 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Tue, 14 Feb 2023 18:05:31 -0800 Subject: [PATCH] Update README.md --- 2-Regression/3-Linear/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/3-Linear/README.md b/2-Regression/3-Linear/README.md index 7012eb62..d213a7b4 100644 --- a/2-Regression/3-Linear/README.md +++ b/2-Regression/3-Linear/README.md @@ -128,7 +128,7 @@ Our investigation suggests that variety has more effect on the overall price tha new_pumpkins.groupby('Variety')['Price'].mean().plot(kind='bar') ``` -Scatter plot of Price vs. Day of Year +Bar graph of price vs variety Let us focus for the moment only on one pumpkin variety, the 'pie type', and see what effect the date has on the price: