Applicant Level Data For Junior Admissions Rounds
City of York Council
@ukgov.pupil_level_outcome_summary_junior
City of York Council
@ukgov.pupil_level_outcome_summary_junior
This dataset contains details of all applicants in past junior admissions rounds - that is when applications are received for York children starting junior school in Year 3 for the first time. It includes all preferences, allocated school and the catchment school for each application. For further information and advice on school admissions you may wish to consult the Guide for Parents or School Admissions at CYC's webpage
Publisher name: City of York Council
Last updated: 2025-04-26T04:03:06Z
CREATE TABLE plos_junior_2015 (
"allocated" BIGINT,
"n_1stpref" BIGINT -- 1stPref,
"n_2ndpref" VARCHAR -- 2ndPref,
"n_3rdpref" VARCHAR -- 3rdPref,
"n_4thpref" VARCHAR -- 4thPref,
"n_5thpref" VARCHAR -- 5thPref,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);CREATE TABLE plos_junior_2016 (
"allocated" BIGINT,
"n_1stpref" BIGINT -- 1stPref,
"n_2ndpref" DOUBLE -- 2ndPref,
"n_3rdpref" VARCHAR -- 3rdPref,
"n_4thpref" VARCHAR -- 4thPref,
"n_5thpref" VARCHAR -- 5thPref,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);CREATE TABLE plos_junior_2017 (
"allocated" DOUBLE,
"n_1stpref" BIGINT -- 1stPref,
"n_2ndpref" DOUBLE -- 2ndPref,
"n_3rdpref" VARCHAR -- 3rdPref,
"n_4thpref" VARCHAR -- 4thPref,
"n_5thpref" VARCHAR -- 5thPref,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);CREATE TABLE plos_junior_2018 (
"allocated" BIGINT,
"n_1stpref" BIGINT -- 1stPref,
"n_2ndpref" DOUBLE -- 2ndPref,
"n_3rdpref" VARCHAR -- 3rdPref,
"n_4thpref" VARCHAR -- 4thPref,
"n_5thpref" VARCHAR -- 5thPref,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);CREATE TABLE plos_junior_2019 (
"allocated" BIGINT,
"n_1stpref" BIGINT -- 1stPref,
"n_2ndpref" VARCHAR -- 2ndPref,
"n_3rdpref" VARCHAR -- 3rdPref,
"n_4thpref" VARCHAR -- 4thPref,
"n_5thpref" VARCHAR -- 5thPref,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);CREATE TABLE plos_junior_2020 (
"allocated" BIGINT,
"n_1stpref" BIGINT -- 1stPref,
"n_2ndpref" VARCHAR -- 2ndPref,
"n_3rdpref" VARCHAR -- 3rdPref,
"n_4thpref" VARCHAR -- 4thPref,
"n_5thpref" VARCHAR -- 5thPref,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);CREATE TABLE plos_junior_2021 (
"allocated" BIGINT,
"n_1st_pref" BIGINT -- 1st Pref,
"n_2nd_pref" BIGINT -- 2nd Pref,
"n_3rd_pref" BIGINT -- 3rd Pref,
"n_4th_pref" BIGINT -- 4th Pref,
"n_5th_pref" BIGINT -- 5th Pref,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);CREATE TABLE plos_junior_2022 (
"allocated" BIGINT,
"n_1st_pref" BIGINT -- 1st Pref,
"n_2nd_pref" DOUBLE -- 2nd Pref,
"n_3rd_pref" VARCHAR -- 3rd Pref,
"n_4th_pref" VARCHAR -- 4th Pref,
"n_5th_pref" VARCHAR -- 5th Pref,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);CREATE TABLE plos_junior_2023 (
"allocated" BIGINT,
"n_1st_pref" BIGINT -- 1st Pref,
"n_2nd_pref" DOUBLE -- 2nd Pref,
"n_3rd_pref" VARCHAR -- 3rd Pref,
"n_4th_pref" VARCHAR -- 4th Pref,
"n_5th_pref" VARCHAR -- 5th Pref,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);CREATE TABLE plos_junior_2024 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE -- 1st Pref,
"n_2nd_pref" DOUBLE -- 2nd Pref,
"n_3rd_pref" DOUBLE -- 3rd Pref,
"n_4th_pref" DOUBLE -- 4th Pref,
"n_5th_pref" DOUBLE -- 5th Pref,
"catch_primary" VARCHAR,
"catch_prim" DOUBLE,
"year" BIGINT
);CREATE TABLE plos_junior_2025 (
"allocated" DOUBLE,
"n_1st_preference" DOUBLE -- 1st Preference,
"n_2nd_preference" VARCHAR -- 2nd Preference,
"n_3rd_preference" VARCHAR -- 3rd Preference,
"n_4th_preference" VARCHAR -- 4th Preference,
"n_5th_preference" VARCHAR -- 5th Preference,
"catchment_name" VARCHAR,
"catchment_code" DOUBLE,
"year" BIGINT
);Anyone who has the link will be able to view this.