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 infantdata (
"county" VARCHAR,
"cases" BIGINT,
"hospitalizations" BIGINT,
"deaths" BIGINT,
"case_rate" DOUBLE
);
Anyone who has the link will be able to view this.