From 64acdb6df78ffb820211ec18dc15a750c881f3a6 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 3 Oct 2025 11:08:00 +0100 Subject: [PATCH] Update 2-Regression/2-Data/notebook.ipynb Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 2-Regression/2-Data/notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/2-Data/notebook.ipynb b/2-Regression/2-Data/notebook.ipynb index 8b504b9d2..ff4345b2e 100644 --- a/2-Regression/2-Data/notebook.ipynb +++ b/2-Regression/2-Data/notebook.ipynb @@ -337,7 +337,7 @@ } ], "source": [ - "new_pumkinns.groupby(['Month'])['Price'].mean().plot(kind='bar')\n", + "new_pumpkins.groupby(['Month'])['Price'].mean().plot(kind='bar')\n", "plt.ylabel('Pumpkin Price')" ] }