bronx-lehman-cuny-edu/bronx-population-2000-2010-vewk-q9dj
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 3 hours ago

Bronx Population 2000 - 2010

American Fact Finder data compiled to illustrate population and population density changes in the Bronx from 2000 to 2010

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-population-2000-2010-vewk-q9dj\".\"bronx_population_2000_2010\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bronx_population_2000_2010