Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Educational Attainment (Population 25 years & over)
This data set assesses educational attainment in the Town of Dumfries by people over 25 years old.
This data is updated with the American Community Survey. https://data.census.gov/cedsci/table?g=1600000US5123760&tid=ACSST5Y2020.S1501
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 \"dumfriesva-gov/educational-attainment-population-25-years-over-eg9n-yxsb\".\"educational_attainment_population_25_years_over\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.