From a7317c12a3fe4c6adff526bb641105c06b89c592 Mon Sep 17 00:00:00 2001 From: ef57f5b915dc15609ef607a6622aa153 Date: Sat, 24 Sep 2022 16:23:34 +0000 Subject: [PATCH] =?UTF-8?q?Insertion=20de=20l'url=20originale=20pour=20les?= =?UTF-8?q?=20donn=C3=A9es=20sous=20forme=20de=20commentaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo1/analyse-syndrome-grippal.ipynb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 730fab5..aac7dab 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -44,6 +44,8 @@ }, "outputs": [], "source": [ + "#URL des données: http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\n", + "\n", "data_url = \"incidence-PAY-3.csv\"" ] }, @@ -2261,7 +2263,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 9, @@ -2306,7 +2308,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 10, @@ -2431,7 +2433,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, @@ -2547,7 +2549,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 15, -- 2.18.1