# sdp_spree_2023-24 — first-fetch findings

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

## CSV — 76,405 rows × 12 columns

- `accountability_year`
- `school_id`
- `school_name`
- `metric`
- `numerator`
- `denominator`
- `metric_score`
- `metric_score_previous`
- `metric_score_change`
- `tier`
- `metric_score_2yrs_ago`
- `metric_score_change_2yrs_ago`

Sample first row:

```json
{
  "accountability_year": "2023-2024",
  "school_id": "1010",
  "school_name": null,
  "metric": "% of Students Attending Less Than 80% of Instructional Days",
  "numerator": "264",
  "denominator": "679",
  "metric_score": "38.9",
  "metric_score_previous": null,
  "metric_score_change": null,
  "tier": null,
  "metric_score_2yrs_ago": null,
  "metric_score_change_2yrs_ago": null
}
```