From 4038b588bf1ea8abc6cc47cf2b0b8cb4323dbc91 Mon Sep 17 00:00:00 2001 From: dc97a6904245e0d07c1302ee90fceec3 Date: Tue, 24 Jun 2025 18:03:41 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/journal/Readme.md b/journal/Readme.md index ea7c8b3..43bb7d8 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -90,16 +90,13 @@ We had to do exercises for two diseases—**influenza-like illness (ILI)** and * To ensure robustness and reproducibility: -- **Large downloads are cached locally** (only once), preserving the original URL for traceability. -- Dataset examples: - - ILI: `incidence-PAY-3.csv` - - Chickenpox: `incidence-PAY-1.csv` +- **Large downloads are saved locally**, preserving the original URL for traceability. -This setup avoids broken links and version drift in automated analyses. +This setup avoids broken links and version changes in automated analyses. ## 2. Seasonal Aggregation of ILI and Chickenpox -Both datasets follow this standard pipeline: +For both datasets this standard pipeline was followed on Jupyter: 1. **Load** the CSV, skip comment rows. 2. **Parse** the `'week'` column into ISO-week periods. -- 2.18.1