Update logbook.md

parent 83396dd9
......@@ -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.
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