diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 5f3844ce21ad7b6bf3123c83deb5ba16d704b6eb..d3f704bb7c0ed7f1e8f75ea6f72898674f93b5b4 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -34,14 +34,23 @@ }, "outputs": [], "source": [ - "data_url = \"module3/exo1/incidence-PAY-3.csv\"" + "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "data_file = \"module3/exo1/incidence-PAY-3.csv\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "J'ai modifié l'URL pour la mettre en local" + "J'ai copié le fichier csv au cas où cela ne fonctionnerait plus en URL directement sur le site" ] }, {