Open repository in Console
Readme
Updated 6 years ago
‧ Indexed 5 hours ago
2015 San Diego Demographics - Language Spoken At Home
Dataset captures the language currently used by respondents at home, either "English only" or a non-English language which is used in addition to English or in place of English. Note: API refers to Asian Pacific Island origins. Source: U.S. Census Bureau; 2011-2015 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/2015-san-diego-demographics-language-spoken-at-gu3z-ge84\".\"2015_san_diego_demographics_language_spoken_at\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.