Student Covid Vaccinations (4/1/22)
City of New York
@usgov.city_of_new_york_student_covid_vaccinations_4_1_22
City of New York
@usgov.city_of_new_york_student_covid_vaccinations_4_1_22
CREATE TABLE table_1 (
"school_dbn" VARCHAR,
"n__of_students_over_five_active_on_register" BIGINT -- # Of Students Over Five Active On Register,
"n__of_students_w_at_least_one_dose" BIGINT -- # Of Students W/ At Least One Dose,
"n__w_at_least_one_dose" DOUBLE -- % W/ At Least One Dose,
"n__of_students_fully_vaccinated" BIGINT -- # Of Students Fully Vaccinated,
"n__fully_vaccinated" DOUBLE -- % Fully Vaccinated
);Anyone who has the link will be able to view this.