From 6ac0b6fd528194ab0c0a2287598fd7a502c56e1c Mon Sep 17 00:00:00 2001 From: 4ea53c21f37d3b692bdeef03c3c1ec7e <4ea53c21f37d3b692bdeef03c3c1ec7e@app-learninglab.inria.fr> Date: Fri, 5 Jun 2020 08:02:17 +0000 Subject: [PATCH] no commit message --- module3/exo1/analyse-syndrome-grippal.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index f0b1236..b8f9034 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -28,7 +28,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -37,13 +37,14 @@ "'syndrome-grippal.csv'" ] }, - "execution_count": 10, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n", + "data_url = \"http://www.sentiweb.fr/france/fr/?page=table/incidence-PAY-3.csv\"\n", + "data_url\n", "\n", "data_file = \"syndrome-grippal.csv\"\n", "\n", -- 2.18.1