# sdp_attendance_90_school — first-fetch findings

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

## CSV — 16,926 rows × 9 columns

- `School Year`
- `Sector`
- `ULCS Code`
- `School Name`
- `Category`
- `Group`
- `Total Students (Yearly)`
- `# with 90%+ Attendance (Yearly)`
- `% with 90%+ Attendance (Yearly)`

Sample first row:

```json
{
  "School Year": "2020-2021",
  "Sector": "District",
  "ULCS Code": "1010",
  "School Name": "John Bartram High School",
  "Category": "All Students",
  "Group": "All Students",
  "Total Students (Yearly)": "523",
  "# with 90%+ Attendance (Yearly)": "243",
  "% with 90%+ Attendance (Yearly)": "46.46"
}
```