From 2b35c31eb1582befa1e67d08761bf6ea04c71642 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Sun, 22 Jun 2025 13:44:01 +0000 Subject: [PATCH] no commit message --- module3/exo1/influenza-like-illness-analysis.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 3426522..ed9aa2a 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -59,6 +59,15 @@ "The first line of the CSV file is a comment, which we ignore with `skip=1`." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Data loading with local file check\n", + "\n", + "In order to protect us in case the Réseau Sentinelles Web server disappears or is modified, we make a local copy of this dataset that we store together with our analysis. Before loading the data, we check whether the file already exists locally. If not, it is downloaded from the Réseau Sentinelles Web server and saved as a CSV file. This approach ensures reproducibility and prevents unnecessary repeated downloads." + ] + }, { "cell_type": "code", "execution_count": 7, -- 2.18.1