diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 43aaed0ce996129056769ada6df195796db9f675..620841875f19ca5a0c863ccf591f59a68aade799 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -28,7 +28,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -36,8 +36,7 @@ "output_type": "stream", "text": [ "Looking for file '%s' in the current directory... incidence-PAY-3.csv\n", - "'%s' not found! Downloading from internet... incidence-PAY-3.csv\n", - "'%s' download and saved locally.. incidence-PAY-3.csv\n" + "File found in current directory..\n" ] } ], @@ -61,7 +60,8 @@ " print(\"File found in current directory..\")\n", " \n", "INPUT_FILE = \"incidence-PAY-3.csv\"\n", - "check_data_file(INPUT_FILE)" + "check_data_file(INPUT_FILE)\n", + "data_url=INPUT_FILE" ] }, {