Primary School Attendance
Leeds City Council
@ukgov.primary_school_attendance
Leeds City Council
@ukgov.primary_school_attendance
CREATE TABLE n_2017_18 (
"lsoa" VARCHAR,
"total_of_possible_sessions" BIGINT,
"total_sessions_attended" BIGINT,
"total_sessions_missed" BIGINT,
"attendance" VARCHAR
);
CREATE TABLE n_2018_19 (
"lsoa11" VARCHAR,
"total_of_possible_sessions" BIGINT,
"total_sessions_attended" BIGINT,
"total_sessions_missed" BIGINT,
"attendance" VARCHAR
);
Anyone who has the link will be able to view this.