cityofnewyork-us/new-york-city-population-by-community-districts-xi7c-iiu2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 1 month ago

New York City Population By Community Districts

New York City Population By Community Districts

The data was collected from Census Bureaus' Decennial data dissemination (SF1) for the years 1970, 1980, 1990, 2000 and 2010.

Compiled by the Population Division – New York City Department of City Planning

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/new-york-city-population-by-community-districts-xi7c-iiu2\".\"new_york_city_population_by_community_districts\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • new_york_city_population_by_community_districts
     
     
     
     
     
Upstream Metadata