From 9d04bca5e114b178cae8222a72a14e364b4af9a9 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Sun, 22 Jun 2025 19:08:55 +0000 Subject: [PATCH] Update logbook.md --- journal/logbook.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/journal/logbook.md b/journal/logbook.md index 4295ff3..999ba30 100644 --- a/journal/logbook.md +++ b/journal/logbook.md @@ -109,3 +109,13 @@ In this task, the following steps were perfomed: **A comparative analysis with the reference solution confirmed the implementation was correct.** +## Exercise 03 (2nd part) + +The objective of this tast is to analyze the incidence of chickenpox using a new dataset. It is necessary to identify the strongest and weakest epidemic years using the incidence data. + +For this aim, I perfomed the following step: + +- Loaded the dataset from the Website Sentinelles +- Converted weekly data to dates and grouped it by epidemiological year (from September 1 to August 31) +- Calculated the total incidence per epidemiological year + -- 2.18.1