cityofnewyork-us/2010-census-tract-to-neighborhood-tabulation-area-8ius-dhrr
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 2 hours ago

2010 Census Tract to Neighborhood Tabulation Area Equivalency table

Excel table of census data created to project populations at the Neighborhood Tabulation Area, a small area level, from 2000 to 2030 for PlaNYC, the long-term sustainability plan for New York City

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 \"cityofnewyork-us/2010-census-tract-to-neighborhood-tabulation-area-8ius-dhrr\".\"2010_census_tract_to_neighborhood_tabulation_area\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2010_census_tract_to_neighborhood_tabulation_area
     
     
     
     
     
Upstream Metadata