Open repository in Console
Readme
Updated 5 years ago
‧ Indexed 5 hours ago
Language Spoken at Home by City, 2016
Language spoken at home by city. Source: U.S. Census Bureau; 2012-2016 American Community Survey 5-Year Estimates, Table DP02.
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 \"livewellsd/language-spoken-at-home-by-city-2016-i72q-h7s8\".\"language_spoken_at_home_by_city_2016\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.