bronx-lehman-cuny-edu/housing-age-5yr-american-community-survey-20062011-htxz-kxyc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 3 hours ago

Housing Age - 5yr American Community Survey 2006-2011

an American Community Survey table of the building age per census tract in the Bronx

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/housing-age-5yr-american-community-survey-20062011-htxz-kxyc\".\"housing_age_5yr_american_community_survey_20062011\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • housing_age_5yr_american_community_survey_20062011