School Attendance By Student Group And District, 2022-2023
State of Connecticut
@usgov.state_of_connecticut_school_attendance_by_student_grou_b151f7d0
State of Connecticut
@usgov.state_of_connecticut_school_attendance_by_student_grou_b151f7d0
CREATE TABLE table_1 (
"district_code" VARCHAR,
"district_name" VARCHAR,
"category" VARCHAR,
"student_group" VARCHAR,
"n_2022_2023_student_count_year_to_date" BIGINT,
"n_2022_2023_attendance_rate_year_to_date" DOUBLE,
"n_2021_2022_student_count" DOUBLE,
"n_2021_2022_attendance_rate" DOUBLE,
"n_2020_2021_student_count" DOUBLE,
"n_2020_2021_attendance_rate" DOUBLE,
"n_2019_2020_student_count" DOUBLE,
"n_2019_2020_attendance_rate" DOUBLE,
"reporting_period" VARCHAR,
"update_date" TIMESTAMP
);
Anyone who has the link will be able to view this.