# futurereadypa_performance_2018-19 — first-fetch findings

- publisher: Pennsylvania Department of Education (Future Ready PA Index)
- url: https://futurereadypa.org/home/getdatafile?id=20
- format: xlsx
- local path: `data/cities/philly/sources/futurereadypa_performance_2018-19/2026-09-07/futurereadypa_performance_2018-19.xlsx`

## Sheets (2)
- `Schools A to L`
- `Schools L to Z`

### `Schools A to L` columns (6)
- `DistrictName`
- `Name`
- `AUN`
- `Schl`
- `DataElement`
- `DisplayValue`

Sample first row:

```json
{
  "DistrictName": "21st Century Cyber CS",
  "Name": "21st Century Cyber CS",
  "AUN": "124150002",
  "Schl": "7691",
  "DataElement": "2 or More Races",
  "DisplayValue": "5.67"
}
```

### `Schools L to Z` columns (6)
- `DistrictName`
- `Name`
- `AUN`
- `Schl`
- `DataElement`
- `DisplayValue`

Sample first row:

```json
{
  "DistrictName": "Laurel Highlands School District",
  "Name": "Clark El Sch",
  "AUN": "101264003",
  "Schl": "2146",
  "DataElement": "2 or More Races",
  "DisplayValue": "11.8"
}
```
