Education Levels in the Town of Dumfries
This data set calculates the Town’s education level by a percentage of persons over the age of 25 with a high school degree or higher and/or those with a bachelor's degree or higher. This data comes from the most recent U.S. Census provided by the United States Census Bureau. Data will be updated accordingly with the schedule of the U.S Census. https://data.census.gov/cedsci/profile?g=1600000US5123760
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/education-levels-in-the-town-of-dumfries-8hrk-buys\".\"education_levels_in_the_town_of_dumfries\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.