Update Readme.md

parent 5de5e269
...@@ -90,16 +90,13 @@ We had to do exercises for two diseases—**influenza-like illness (ILI)** and * ...@@ -90,16 +90,13 @@ We had to do exercises for two diseases—**influenza-like illness (ILI)** and *
To ensure robustness and reproducibility: To ensure robustness and reproducibility:
- **Large downloads are cached locally** (only once), preserving the original URL for traceability. - **Large downloads are saved locally**, preserving the original URL for traceability.
- Dataset examples:
- ILI: `incidence-PAY-3.csv`
- Chickenpox: `incidence-PAY-1.csv`
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 ## 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. 1. **Load** the CSV, skip comment rows.
2. **Parse** the `'week'` column into ISO-week periods. 2. **Parse** the `'week'` column into ISO-week periods.
......
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