# futurereadypa_performance_2020-21 — first-fetch findings

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

## Sheets (2)
- `Schools A - M`
- `Schools M - Z`

### `Schools A - M` 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": "English Language Growth and Attainment (All Student)",
  "DisplayValue": "Insufficient Sample"
}
```

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

Sample first row:

```json
{
  "DistrictName": "Mariana Bracetti Academy CS",
  "Name": "Mariana Bracetti Academy CS",
  "AUN": "126513480",
  "Schl": "7672",
  "DataElement": "English Language Growth and Attainment (All Student)",
  "DisplayValue": "22.9"
}
```
