bug sur un nom de variable

parent 8bc58927
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 11,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n", "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n",
"data_file = \"syndrome-grippal.csv\"\n", "data_file = \"syndrome-grippal.csv\"\n",
"\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)" " urllib.request.urlretrieve(data_url, data_file)"
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment