# sdp_graduation_school_2014-2025 — first-fetch findings

- publisher: School District of Philadelphia (Performance Office)
- url: https://cdn.philasd.org/offices/performance/Open_Data/School_Performance/Graduation_Rates/OD_SDP_Graduation_Rates_School_S_2026-02-12.csv
- format: csv
- local path: `data/cities/philly/sources/sdp_graduation_school_2014-2025/2026-06-04/OD_SDP_Graduation_Rates_School_S_2026-02-12.csv`

## CSV — 35,661 rows × 10 columns

- `cohort`
- `schoolid_ulcs`
- `schoolname`
- `sector`
- `rate_type`
- `group`
- `subgroup`
- `denom`
- `num`
- `score`

Sample first row:

```json
{
  "cohort": "2010-2011",
  "schoolid_ulcs": "1010",
  "schoolname": "John Bartram High School",
  "sector": "District",
  "rate_type": "4-Year Graduation Rate",
  "group": "All Students",
  "subgroup": "All Students",
  "denom": "281",
  "num": "203",
  "score": "72.24"
}
```