# sdp_attendance_90_district_monthly — 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_District_20260508.csv
- format: csv
- local path: `data/cities/philly/sources/sdp_attendance_90_district_monthly/2026-08-31/Student_Attendance_90_District_20260508.csv`

## CSV — 1,388 rows × 8 columns

- `School Year`
- `Month`
- `Sector`
- `Category`
- `Group`
- `Total Students (This Month)`
- `# with 90%+ Attendance (This Month)`
- `% with 90%+ Attendance (This Month)`

Sample first row:

```json
{
  "School Year": "2020-2021",
  "Month": "Apr",
  "Sector": "District",
  "Category": "All Students",
  "Group": "All Students",
  "Total Students (This Month)": "118409",
  "# with 90%+ Attendance (This Month)": "89557",
  "% with 90%+ Attendance (This Month)": "75.63"
}
```