bronx-lehman-cuny-edu/bronx-ethnic-census-data-2010-mqvy-dtax
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 3 hours ago

Bronx Ethnic Census Data 2010

Results from the 2010 Census regard ethnic makeup of Bronx census tracts. Source of this data came from the faculty of the Geography department at Lehman College

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-ethnic-census-data-2010-mqvy-dtax\".\"bronx_ethnic_census_data_2010\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bronx_ethnic_census_data_2010