Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Socioeconomic Demographics
This data set includes socioeconomic factors within the Town of Dumfries such as people in the labor force, people without health insurance, etc. This information 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/socioeconomic-demographics-cgre-23vp\".\"socioeconomic_demographics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.