From abebfd02fc79eda25d8b6268e45b65287bd89283 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Sun, 22 Jun 2025 18:52:07 +0000 Subject: [PATCH] Update logbook.md --- journal/logbook.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/journal/logbook.md b/journal/logbook.md index 437e0c8..6c1cb02 100644 --- a/journal/logbook.md +++ b/journal/logbook.md @@ -102,9 +102,10 @@ In this task, the following steps were perfomed: - If the file does not exist, it is downloaded from the Réseau Sentinelles server and saved localy. - If the file is present, the local copy was used instead of re-downloading the data. - Necessary comments were added in the code to explain the logic and purpose of each step: - - # Firstly, check if the local CSV file already exists. - - # Secondly, if the file does not exist, download it from the official URL and save it locally. - - # Thirdly,this ensures that the analysis uses a consistent local copy and avoids repeated downloads. + +- Firstly, check if the local CSV file already exists. + - Secondly, if the file does not exist, download it from the official URL and save it locally. + - Thirdly,this ensures that the analysis uses a consistent local copy and avoids repeated downloads. A comparative analysis with the reference solution confirmed the implementation was correct. -- 2.18.1