Primary School Attendance
Leeds City Council
@ukgov.primary_school_attendance
Leeds City Council
@ukgov.primary_school_attendance
A data set which shows the number of sessions attended at primary schools in Leeds by LSOA and overall attendance. A session is half a day. As a result of school closures due to the Covid-19 pandemic there will be no attendance data available for 2019/20.
Publisher name: Leeds City Council
Last updated: 2024-09-14T09:48:28Z
CREATE TABLE n_2017_18 (
"lsoa" VARCHAR,
"total_of_possible_sessions" BIGINT,
"total_sessions_attended" BIGINT,
"total_sessions_missed" BIGINT,
"attendance" VARCHAR -- Attendance (%)
);CREATE TABLE n_2018_19 (
"lsoa11" VARCHAR,
"total_of_possible_sessions" BIGINT,
"total_sessions_attended" BIGINT,
"total_sessions_missed" BIGINT,
"attendance" VARCHAR -- Attendance (%)
);Anyone who has the link will be able to view this.