# futurereadypa_school_fast_facts_2024-25 — first-fetch findings

- publisher: Pennsylvania Department of Education (Future Ready PA Index)
- url: https://futurereadypa.org/home/getdatafile?id=58
- format: xlsx
- local path: `data/cities/philly/sources/futurereadypa_school_fast_facts_2024-25/2026-06-04/futurereadypa_school_fast_facts_2024-25.xlsx`

## Sheets (1)
- `School Fast Facts`

### `School Fast Facts` columns (37)
- `Name`
- `AUN`
- `Schl`
- `StreetAddress`
- `City`
- `State`
- `ZipCode`
- `WebSite`
- `Telephone`
- `GradesOffered`
- `TitleISchool`
- `Enrollment`
- `PercentGiftedStudents`
- `IUName`
- `IUWebsite`
- `AmericanIndian_AlaskanNative`
- `Asian`
- `NativeHawaiianOtherPacificIslander`
- `Black`
- `Hispanic`
- `White`
- `TwoOrMoreRaces`
- `EconomicallyDisadvantaged`
- `EnglishLearner`
- `SpecialEducation`
- `FosterCare`
- `Homeless`
- `MilitaryConnected`
- `Female`
- `Male`
- `DistrictName`
- `OrganizationTypeId`
- `OrganizationTypeCode`
- `CareerTechnicalPrograms`
- `Latitude`
- `Longitude`
- `ESSASchoolDesignation`

Sample first row:

```json
{
  "Name": "21st Century Cyber CS",
  "AUN": "124150002",
  "Schl": "7691",
  "StreetAddress": "1245 Wrights Lane",
  "City": "West Chester",
  "State": "PA",
  "ZipCode": "19380",
  "WebSite": "http://www.21cccs.org",
  "Telephone": "484-875-5400",
  "GradesOffered": "6, 7, 8, 9, 10, 11, 12",
  "TitleISchool": "No",
  "Enrollment": "996",
  "PercentGiftedStudents": "1.2",
  "IUName": "Chester County IU 24",
  "IUWebsite": "http://www.cciu.org",
  "AmericanIndian_AlaskanNative": "0.1",
  "Asian": "1.7",
  "NativeHawaiianOtherPacificIslander": "0.3",
  "Black": "15.7",
  "Hispanic": "7.8",
  "White": "66.8",
  "TwoOrMoreRaces": "7.6",
  "EconomicallyDisadvantaged": "7.1",
  "EnglishLearner": "1.2",
  "SpecialEducation": "23.4",
  "FosterCare": null,
  "Homeless": "2.9",
  "MilitaryConnected": "0.0",
  "Female": "54.4",
  "Male": "45.6",
  "DistrictName": "21st Century Cyber CS",
  "OrganizationTypeId": "14",
  "OrganizationTypeCode": "cyber",
  "CareerTechnicalPrograms": null,
  "Latitude": "39.987095",
  "Longitude": "-75.577051",
  "ESSASchoolDesignation": "ATSI"
}
```
