County Immunizations And Exemption Rates By School Year, Grade, Vaccine, And School Type
State of Connecticut
@usgov.state_of_connecticut_county_immunizations_and_exemptio_c09c2477
State of Connecticut
@usgov.state_of_connecticut_county_immunizations_and_exemptio_c09c2477
CREATE TABLE table_1 (
"school_year" VARCHAR,
"county" VARCHAR,
"grade" VARCHAR,
"vaccine_series" VARCHAR,
"number_of_schools" BIGINT,
"total_enrollment_count" BIGINT,
"total_vaccinated_count" DOUBLE,
"percentage_vaccinated" DOUBLE,
"religious_flu_only_exemption_count" DOUBLE,
"religious_exemption_count" DOUBLE,
"percentage_religious_exemption" DOUBLE,
"medical_exemption_count" BIGINT,
"percentage_medical_exemption" DOUBLE,
"percentage_compliant" DOUBLE,
"percentage_non_compliant" DOUBLE
);
Anyone who has the link will be able to view this.