cityofnewyork-us/individual-census-by-borough-community-district-veav-vj3r
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 28 days ago
Indexed 4 hours ago

Individual Census by Borough, Community District, and Facility Type

Presents the number of individuals for each shelter facility type by borough and community district

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/individual-census-by-borough-community-district-veav-vj3r\".\"individual_census_by_borough_community_district\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • individual_census_by_borough_community_district
     
     
     
     
     
Upstream Metadata