no commit message

parent 32e18eff
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment