Dengue Cases In The Philippines
Monthly and Regional Cases of Dengue per 100,000 Population from 2008 to 2016
@kaggle.grosvenpaul_dengue_cases_in_the_philippines
Monthly and Regional Cases of Dengue per 100,000 Population from 2008 to 2016
@kaggle.grosvenpaul_dengue_cases_in_the_philippines
Data set contains the recorded number of dengue cases per 100,000 population per region of the Philippines from 2008 to 2016
This is a small data set that is a good starting point for beginners that wants to play around with small scale temporal and spatial data set
Publisher would like to thank the Department of Health of the Philippines for providing the raw data
What is the trend of dengue cases in the Philippines?
What region/s recorded the highest prevalence of dengue cases?
In what specific years do we observe the highest dengue cases?
When and where will a possible dengue outbreak occur?
CREATE TABLE denguecases (
"month" VARCHAR,
"year" BIGINT,
"region" VARCHAR,
"dengue_cases" DOUBLE
);Anyone who has the link will be able to view this.