Get education by ZIP
get_educationGet education statistics for a U.S. ZIP code: percentages with bachelor's and graduate degrees among residents aged 25 and over, based on ACS 5-year estimates.
Instructions
Educational attainment for a ZIP: % bachelor's+ and % graduate degree.
`zip_code`: a 5-digit US ZIP. Of the population aged 25 and over, returns
the percent with a bachelor's degree or higher and the percent with a
graduate or professional degree — ACS 5-year estimates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Census name for the area | |
| zcta | Yes | 5-digit ZIP Code Tabulation Area | |
| vintage | Yes | ACS 5-year data vintage (end year) | |
| bachelors_plus_pct | No | Percent of those 25+ with a bachelor's degree or higher (0-100) | |
| population_25_plus | No | Population aged 25 and over (the attainment base) | |
| graduate_or_professional_pct | No | Percent of those 25+ with a graduate or professional degree (master's, professional, or doctorate) (0-100) |