# sdp_suspensions_school — first-fetch findings

- publisher: School District of Philadelphia (Performance Office)
- url: https://cdn.philasd.org/offices/performance/Open_Data/School_Performance/Suspensions/SDP_OSS_School_S_20260213.csv
- format: csv
- local path: `data/cities/philly/sources/sdp_suspensions_school/2026-06-04/SDP_OSS_School_S_20260213.csv`

## CSV — 20,225 rows × 17 columns

- `School Year`
- `Sector`
- `ULCS Code`
- `School Name`
- `Category`
- `Group`
- `Total Students (Yearly)`
- `# with Zero OS Suspensions (Yearly)`
- `% with Zero OS Suspensions (Yearly)`
- `# with 1 OS Suspension (Yearly)`
- `% with 1 OS Suspension (Yearly)`
- `# with 2 OS Suspensions (Yearly)`
- `% with 2 OS Suspensions (Yearly)`
- `# with 3 OS Suspensions (Yearly)`
- `% with 3 OS Suspensions (Yearly)`
- `# with 4+ OS Suspensions (Yearly)`
- `% with 4+ OS Suspensions (Yearly)`

Sample first row:

```json
{
  "School Year": "2019-2020",
  "Sector": "District",
  "ULCS Code": "1010",
  "School Name": "John Bartram High School",
  "Category": "All Students",
  "Group": "All Students",
  "Total Students (Yearly)": "640",
  "# with Zero OS Suspensions (Yearly)": "564",
  "% with Zero OS Suspensions (Yearly)": "88.13",
  "# with 1 OS Suspension (Yearly)": "56",
  "% with 1 OS Suspension (Yearly)": "8.75",
  "# with 2 OS Suspensions (Yearly)": "13",
  "% with 2 OS Suspensions (Yearly)": "2.03",
  "# with 3 OS Suspensions (Yearly)": "5",
  "% with 3 OS Suspensions (Yearly)": "0.78",
  "# with 4+ OS Suspensions (Yearly)": "2",
  "% with 4+ OS Suspensions (Yearly)": "0.31"
}
```