Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Digital Divide
This data measures the digital inequities in the Town of Dumfries by calculating the population of users with or without a computer as well the percentages of those with or without broadband internet subscription. 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/digital-divide-azx7-pwsw\".\"digital_divide\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.