Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Age Demographics for Town of Dumfries
This data set collects the age demographics or persons under 5 years, 18 years, and 65 years of age living in the Town of Dumfries. 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/age-demographics-for-town-of-dumfries-p25d-uv8f\".\"age_demographics_for_town_of_dumfries\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.