From 944ef9cb2caa16b1a93e30561cc9c652efc1f4a4 Mon Sep 17 00:00:00 2001 From: 65f0b71b8c107dc7c99fe00b869170e1 <65f0b71b8c107dc7c99fe00b869170e1@app-learninglab.inria.fr> Date: Thu, 16 Apr 2020 09:31:52 +0000 Subject: [PATCH] bug sur un nom de variable --- module3/exo1/analyse-syndrome-grippal.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 28e9983..e972e4c 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -35,7 +35,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -45,7 +45,7 @@ "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n", "data_file = \"syndrome-grippal.csv\"\n", "\n", - "if not os.path.isfile(data_local):\n", + "if not os.path.isfile(data_file):\n", " urllib.request.urlretrieve(data_url, data_file)" ] }, -- 2.18.1