From 915dab76985b151200264cf83aeb024ed01c2f3f Mon Sep 17 00:00:00 2001 From: 1cda4be30895c9886fda013d21530393 <1cda4be30895c9886fda013d21530393@app-learninglab.inria.fr> Date: Thu, 22 Oct 2020 01:12:19 +0000 Subject: [PATCH] exercisemod31 --- module3/exo1/influenza-like-illness-analysis.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 43aaed0..6208418 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" ] }, { -- 2.18.1