From 89c9b94f81eb4f2b776d2cf25772a8b0f3b4220a Mon Sep 17 00:00:00 2001 From: 973469d19e8da3800b283676fe06a1b5 <973469d19e8da3800b283676fe06a1b5@app-learninglab.inria.fr> Date: Sun, 22 Jun 2025 21:24:37 +0000 Subject: [PATCH] entrega 2 --- module3/exo1/influenza-like-illness-analysis.ipynb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 17ece11..606ab1e 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -26,13 +26,21 @@ "The data on the incidence of influenza-like illness are available from the Web site of the [Réseau Sentinelles](http://www.sentiweb.fr/). We download them as a file in CSV format, in which each line corresponds to a week in the observation period. Only the complete dataset, starting in 1984 and ending with a recent week, is available for download." ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" + ] + }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ - "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n", "data_file = \"syndrome-grippal.csv\"\n", "\n", "import os\n", -- 2.18.1