From 8cf99bfb2d443a865f2db271447198941cbf332c Mon Sep 17 00:00:00 2001 From: b887a1da49c86af48bb374d792d44dfb Date: Mon, 23 Jun 2025 20:38:48 +0000 Subject: [PATCH] no commit message --- module3/exo1/influenza-like-illness-analysis.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 5b3840a..905205b 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -42,11 +42,11 @@ "outputs": [], "source": [ "data_csv = \"inc-3-PAY.csv\"\n", - "\n", + "#check if the local file exists\n", "import os\n", "import urllib.request\n", "if not os.path.exists(data_csv):\n", - " urllib.request.urlretrieve(data_url, csv)" + " urllib.request.urlretrieve(data_url, data_csv)" ] }, { -- 2.18.1