flowchart TD
A[Raw dataset] --> B(Imputation)
B --> C[Improved dataset]
C --> D{Filter valid dates}
C --> E{Filter positive cases}
D --> F(Aggregate)
E --> F
F --> G[Municipality and date dataset]
F --> H[Municipality and epiweek dataset]
Overview
In this section there are notebooks for dengue notifications data download, pre-processing, missing data analysis, imputations and exportation.