Kindergarten Immunization Data, 2016-17
State of Washington
@usgov.state_of_washington_kindergarten_immunization_data_2016_17
State of Washington
@usgov.state_of_washington_kindergarten_immunization_data_2016_17
CREATE TABLE table_1 (
"school_name" VARCHAR,
"school_year" VARCHAR,
"reported" VARCHAR,
"reported_enrollment" DOUBLE,
"percent_complete_for_all_immunizations" DOUBLE,
"percent_conditional" DOUBLE,
"percent_out_of_compliance" 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_complete_for_diphtheria_tetanus" DOUBLE,
"percent_complete_for_pertussis" DOUBLE,
"percent_complete_for_measles_mumps_rubella" DOUBLE,
"percent_complete_for_polio" DOUBLE,
"percent_complete_for_hepatitisb" DOUBLE,
"percent_complete_for_varicella" DOUBLE,
"number_complete_for_all_immunizations" DOUBLE,
"number_conditional" DOUBLE,
"number_out_of_compliance" 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_incomplete_for_diphtheria_tetanus" DOUBLE,
"number_incomplete_for_pertussis" DOUBLE,
"number_incomplete_for_measles_mumps_rubella" DOUBLE,
"number_incomplete_for_polio" DOUBLE,
"number_incomplete_for_hepatitisb" DOUBLE,
"number_incomplete_for_varicella" DOUBLE,
"school_type" VARCHAR,
"school_district" VARCHAR,
"county" VARCHAR,
"esd" VARCHAR,
"grade_levels" VARCHAR,
"has_kindergarten" DOUBLE,
"has_6thgrade" DOUBLE,
"location_1" VARCHAR
);
Anyone who has the link will be able to view this.