Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 2 hours ago
Bronx 2010 PUMA Ethnicity and Nationality
2010 Census data on Ethnicity and Nationality per PUMA in the Bronx. Data provided by Lehman College Geography Department 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-2010-puma-ethnicity-and-nationality-mj57-bbdc\".\"bronx_2010_puma_ethnicity_and_nationality\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.