final

parent e1a77c5b
...@@ -44,12 +44,12 @@ ...@@ -44,12 +44,12 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"data_file = \"syndrome-grippal.csv\"\n", "data_file = \"syndrome-grippal.csv\"\n",
"\n", "#on vérifie si on a pas le document, et dans ce cas on le télécharge, comme ça, on garde le document dans le cas où l'url ne fonctionnerait plus ou si le document à télécharger était modifié\n",
"import os\n", "import os\n",
"import urllib.request\n", "import urllib.request\n",
"if not os.path.exists(data_file):\n", "if not os.path.exists(data_file):\n",
......
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