diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index f0b1236c1d4339aa2f88e822e8d43b7e5aea5a6e..b8f9034b04b1f1e2e57668dbef9cfa420765f859 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",