From f44014dcc081608d34aebf4ef8780aae3c7422fb Mon Sep 17 00:00:00 2001 From: Neeharika0704 Date: Fri, 12 Jul 2024 12:39:11 +0530 Subject: [PATCH] Update prediction.ipynb --- Backend/Machine Learning/notebooks/prediction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/Machine Learning/notebooks/prediction.ipynb b/Backend/Machine Learning/notebooks/prediction.ipynb index 95262c75..87e5426e 100644 --- a/Backend/Machine Learning/notebooks/prediction.ipynb +++ b/Backend/Machine Learning/notebooks/prediction.ipynb @@ -45,7 +45,7 @@ } ], "source": [ - "dataframe = pandas.read_csv('..\\\\Data\\\\Processed Data\\\\Combined Cleaned.csv')\n", + "dataframe = pandas.read_csv('/kaggle/input/weather-data-set-australia')\n", "\n", "print(dataframe.shape)\n", "print(dataframe.head())"