From 737df31d6a33beb0db52fab0f0eb12a5cd33bbdf Mon Sep 17 00:00:00 2001 From: 6f892419cc99326ee525ed439d8ff5df <6f892419cc99326ee525ed439d8ff5df@app-learninglab.inria.fr> Date: Sun, 28 Feb 2021 12:59:32 +0000 Subject: [PATCH] New url --- module3/exo1/analyse-syndrome-grippal.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index efac6c1..bea8429 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -345,7 +345,10 @@ "collapsed": true }, "outputs": [], - "source": [] + "source": [ + "raw_data = pd.read_csv(data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\", skiprows=1)\n", + "raw_data" + ] } ], "metadata": { -- 2.18.1