Infectious Disease 2001-2014
Exploring the Incidence and Outcomes of Infectious Diseases from 2001-2014
@kaggle.jahaidulislam_infectious_disease_2001_2014
Exploring the Incidence and Outcomes of Infectious Diseases from 2001-2014
@kaggle.jahaidulislam_infectious_disease_2001_2014
CREATE TABLE infectious_disease_2001_2014 (
"disease" VARCHAR,
"county" VARCHAR,
"year" BIGINT,
"sex" VARCHAR,
"count" BIGINT,
"population" BIGINT,
"rate" DOUBLE,
"ci_lower" DOUBLE,
"ci_upper" DOUBLE,
"unstable" VARCHAR
);
Anyone who has the link will be able to view this.