California Kindergarten Immunization Rates
How many new students contributed to “herd immunity” between 2000 and 2015?
@kaggle.broach_california_kindergarten_immunization_rates
How many new students contributed to “herd immunity” between 2000 and 2015?
@kaggle.broach_california_kindergarten_immunization_rates
CREATE TABLE pertusisrates2010_2015 (
"county" VARCHAR,
"cases2010" BIGINT,
"rate2010" DOUBLE,
"cases2011" BIGINT,
"rate2011" DOUBLE,
"cases2012" BIGINT,
"rate2012" DOUBLE,
"cases2013" BIGINT,
"rate2013" DOUBLE,
"cases2014" BIGINT,
"rate2014" DOUBLE
);
Anyone who has the link will be able to view this.