Baselight

School Level Data For Allocated Preferences In Secondary Admissions Rounds

City of York Council

@ukgov.admissions_summary_allocated_secondary

Admissions Summary Allocated - Secondary 2022
@ukgov.admissions_summary_allocated_secondary.admissions_summary_allocated_secondary_2022

  • 14.17 KB
  • 9 rows
  • 19 columns
dfenumber

DfENumber

schoolname

SchoolName

year

Year

places

Places

place_allocated

Place Allocated

n_1st_preference

1st Preference

n_2nd_preference

2nd Preference

n_3rd_preference

3rd Preference

n_4th_preference

4th Preference

unplaced

Unplaced

sle

SLE

catchment

Catchment

sibling

Sibling

distance

Distance

inside_specifiedarea

Inside SpecifiedArea

religion

Religion

feeder_school

Feeder School

other

Other

total

Total

8164702All Saints RC School2022178178169726136342178
8164500Archbishop Holgates CE School2022310310299111912411032241310
8164153Fulford School20222702702626116237225270
8164063Huntington School2022239240238282061313240
8164508Joseph Rowntree School20222322101911621111551726210
8164602Manor CE Academy20222402402308271327144472240
8164229Millthorpe School2022235237228982272237
8164000Vale of York Academy2022150151136311113334151
8164001York High School2022180187130208128215133187

CREATE TABLE admissions_summary_allocated_secondary_2022 (
  "dfenumber" BIGINT,
  "schoolname" VARCHAR,
  "year" BIGINT,
  "places" BIGINT,
  "place_allocated" BIGINT,
  "n_1st_preference" BIGINT,
  "n_2nd_preference" BIGINT,
  "n_3rd_preference" BIGINT,
  "n_4th_preference" BIGINT,
  "unplaced" BIGINT,
  "sle" BIGINT,
  "catchment" BIGINT,
  "sibling" BIGINT,
  "distance" BIGINT,
  "inside_specifiedarea" BIGINT,
  "religion" BIGINT,
  "feeder_school" BIGINT,
  "other" BIGINT,
  "total" BIGINT
);