COVID-19 Cases In CT Schools (Statewide), 2022-2023 School Year - Archive
State of Connecticut
@usgov.state_of_connecticut_covid_19_cases_in_ct_schools_stat_ce1563e3
State of Connecticut
@usgov.state_of_connecticut_covid_19_cases_in_ct_schools_stat_ce1563e3
CREATE TABLE table_1 (
"reporting_period_start_date" TIMESTAMP,
"reporting_period_end_date" TIMESTAMP,
"staff_cases_total" BIGINT,
"staff_cases_vaccination_status_up_to_date" BIGINT,
"staff_cases_vaccination_status_not_up_to_date" BIGINT,
"staff_cases_vaccination_status_unknown" BIGINT,
"student_cases_total" BIGINT,
"student_cases_vaccination_status_up_to_date" BIGINT,
"student_cases_vaccination_status_not_up_to_date" BIGINT,
"student_cases_vaccination_status_unknown" BIGINT,
"academicyear" VARCHAR,
"date_updated" TIMESTAMP
);
Anyone who has the link will be able to view this.