Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
CensusTracts2010Demographics
Demographic data for San Mateo County's residents by Census Tract. Includes population, race, Hispanic ethnicity, gender, age groups, household, family, and housing information. This data is from the 2010 United States Census Summary File 1 (SF1).
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 \"smcgov/censustracts2010demographics-qdgi-sm3p\".\"censustracts2010demographics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata