# sdp_master_school_list_2024-25 — first-fetch findings

- publisher: School District of Philadelphia (via OpenDataPhilly CDN)
- url: https://cdn.philasd.org/offices/performance/Open_Data/School_Information/School_List/2024-2025%20Master%20School%20List%20(20250401).csv
- format: csv
- local path: `data/cities/philly/sources/sdp_master_school_list_2024-25/2026-06-04/2024-2025%20Master%20School%20List%20(20250401).csv`

## CSV — 333 rows × 56 columns

- `PA Code`
- `NSC Code`
- `NCES Code`
- `AUN Code`
- `ULCS Code`
- `SRC School ID`
- `School Name (ULCS)`
- `Publication Name`
- `Publication Name Alpha List`
- `Abbreviated Name`
- `Year Opened`
- `School Level`
- `Admission Type`
- `Current Grade Span Served`
- `Grade Span at Scale`
- `Phasing-In`
- `GradeSpan_PhasingOut`
- `Governance`
- `Management Organization`
- `School Reporting Category`
- `Alternate Education Type`
- `Major Intervention`
- `Major Intervention Year`
- `Community School Cohort`
- `CTE Status`
- `Title I Designation`
- `Federal Accountability Designation`
- `City Council District`
- `GPS Location`
- `Multiple Addresses`
- `Street Address`
- `City`
- `State`
- `Zip Code`
- `Phone Number`
- `Fax Number`
- `Website`
- `School Leader Name`
- `Learning Network`
- `Assistant Superintendent`
- `FACE Liaison Name`
- `FACE Liaison Email`
- `FACE Liaison Phone Number`
- `Grade K`
- `Grade 1`
- `Grade 2`
- `Grade 3`
- `Grade 4`
- `Grade 5`
- `Grade 6`
- `Grade 7`
- `Grade 8`
- `Grade 9`
- `Grade 10`
- `Grade 11`
- `Grade 12`

Sample first row:

```json
{
  "PA Code": "3847",
  "NSC Code": "393345",
  "NCES Code": "421899003847",
  "AUN Code": "126515001",
  "ULCS Code": "1010",
  "SRC School ID": "101",
  "School Name (ULCS)": "JOHN BARTRAM HIGH SCHOOL",
  "Publication Name": "John Bartram High School",
  "Publication Name Alpha List": "Bartram, John High School",
  "Abbreviated Name": "Bartram",
  "Year Opened": "1939",
  "School Level": "High",
  "Admission Type": "Catchment",
  "Current Grade Span Served": "09-12",
  "Grade Span at Scale": null,
  "Phasing-In": "0",
  "GradeSpan_PhasingOut": "0",
  "Governance": "District",
  "Management Organization": "Phila Board of Education",
  "School Reporting Category": "SDP K12 Schools",
  "Alternate Education Type": null,
  "Major Intervention": "Academic Improvement Plan",
  "Major Intervention Year": "2017-2018",
  "Community School Cohort": null,
  "CTE Status": null,
  "Title I Designation": "1",
  "Federal Accountability Designation": "CSI",
  "City Council District": "2",
  "GPS Location": "39.92149737, -75.23405562",
  "Multiple Addresses": null,
  "Street Address": "2401 S 67TH ST",
  "City": "PHILADELPHIA",
  "State": "PA",
  "Zip Code": "19142",
  "Phone Number": "215-400-8100",
  "Fax Number": "215-400-8101",
  "Website": "https://bartram.philasd.org/",
  "School Leader Name": "MR BRIAN JOHNSON",
  "Learning Network": "Network 12",
  "Assistant Superintendent": "JEFFREY MACFARLAND",
  "FACE Liaison Name": "Catalina Monteiro",
  "FACE Liaison Email": "cmonteiro@philasd.org",
  "FACE Liaison Phone Number": "267-718-1895",
  "Grade K": "0",
  "Grade 1": "0",
  "Grade 2": "0",
  "Grade 3": "0",
  "Grade 4": "0",
  "Grade 5": "0",
  "Grade 6": "0",
  "Grade 7": "0",
  "Grade 8": "0",
  "Grade 9": "1",
  "Grade 10": "1",
  "Grade 11": "1",
  "Grade 12": "1"
}
```