Name of the CSV File

Updated_Daily_File.csv

Date Duration

2021-01-01 to 2024-08-28

Basic Description

This CSV file contains daily records of Dengue cases and deaths across various districts. It includes cumulative and daily counts, categorized by districts and dates, to support analysis of trends and outbreaks over time.

List of Column Names with Meanings

Column Name Meaning
metadata.recordDate The date of the recorded data (YYYY-MM-DD format).
location.admin2.name The name of the district where the data was recorded.
cumulative.positive.total The total cumulative count of positive Dengue cases up to the given date.
cumulative.deaths The total cumulative count of deaths due to Dengue up to the given date.
daily_positive_total The daily count of positive Dengue cases for the given date.
daily_deaths The daily count of deaths due to Dengue for the given date.