Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 24 minutes ago
Educational Attainment by Age Range and Gender 2009-2016 County Annual Education
County level educational attainment data on the adult working aged population (25-64) by age range and gender. Data is sourced from the US Census Bureau’s American Community Survey (ACS) 5-year estimates allowing for increased statistical reliability of the data for less populated areas and small population subgroups.
More information here - https://www.census.gov/data/developers/data-sets/acs-5year.html
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"pa-gov/educational-attainment-by-age-range-and-gender-xwn6-8rmw\".\"educational_attainment_by_age_range_and_gender\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata