Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 3 hours ago
Bronx Households Census Data 2010
Data on household characteristics from the 2010 census. Data provided by Lehman College Geography faculty
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 \"bronx-lehman-cuny-edu/bronx-households-census-data-2010-4ge4-3kfd\".\"bronx_households_census_data_2010\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.