diff --git a/journal/logbook.md b/journal/logbook.md index 437e0c819ae51a4edd967668f21b92f1349a4ed2..6c1cb029eb9454dff6a356dff0a505645a4fdf07 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.