urban_ed_schools
Query enrollment data for US public schools from the Common Core of Data, filtering by year, grade, or state FIPS to get school-level counts.
Instructions
Query school-level enrollment data from the CCD (Common Core of Data). Covers all public schools in the US.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | School year (e.g. 2022) | |
| grade | No | Grade level (-1=PK, 0=K, 1-12) | |
| limit | No | Max results (default 50) | |
| offset | No | Pagination offset (default 0) | |
| stateFips | No | 2-digit state FIPS code (e.g. 6 for CA, 36 for NY) |