Immunization Data For All Students, Kindergarten Through 12th Grade, 2014-2015 School Year
State of Washington
@usgov.state_of_washington_immunization_for_all_students_kind_57374d75
State of Washington
@usgov.state_of_washington_immunization_for_all_students_kind_57374d75
CREATE TABLE table_1 (
"school_name" VARCHAR,
"school_year" VARCHAR,
"k_12_enrollment" DOUBLE,
"percent_complete_for_all_immunizations" DOUBLE,
"percent_with_any_exemption" DOUBLE,
"percent_with_medical_exemption" DOUBLE,
"percent_with_personal_exemption" DOUBLE,
"percent_with_religious_exemption" DOUBLE,
"percent_with_religious_membership_exemption" DOUBLE,
"percent_exempt_for_diphtheria_tetanus" DOUBLE,
"percent_exempt_for_pertussis" DOUBLE,
"percent_exempt_for_measles_mumps_rubella" DOUBLE,
"percent_exempt_for_polio" DOUBLE,
"percent_exempt_for_hepatitisb" DOUBLE,
"percent_exempt_for_varicella" DOUBLE,
"number_complete_for_all_immunizations" DOUBLE,
"number_with_any_exemption" DOUBLE,
"number_with_medical_exemption" DOUBLE,
"number_with_personal_exemption" DOUBLE,
"number_with_religious_exemption" DOUBLE,
"number_with_religious_membership_exemption" DOUBLE,
"number_exempt_for_diphtheria_tetanus" DOUBLE,
"number_exempt_for_pertussis" DOUBLE,
"number_exempt_for_measles_mumps_rubella" DOUBLE,
"number_exempt_for_polio" DOUBLE,
"number_exempt_for_hepatitisb" DOUBLE,
"number_exempt_for_varicella" DOUBLE,
"reported" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"school_district" VARCHAR,
"county" VARCHAR,
"esd" VARCHAR,
"grade_levels" VARCHAR,
"has_kindergarten" VARCHAR,
"has_6thgrade" VARCHAR
);
Anyone who has the link will be able to view this.