School Attendance By School, 2022-2023
State of Connecticut
@usgov.state_of_connecticut_school_attendance_by_school_2022_2023
State of Connecticut
@usgov.state_of_connecticut_school_attendance_by_school_2022_2023
CREATE TABLE table_1 (
"district_code" BIGINT,
"district_name" VARCHAR,
"school_code" BIGINT,
"school_name" 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,
"reporting_period" VARCHAR,
"update_date" TIMESTAMP
);
Anyone who has the link will be able to view this.