cityofnewyork-us/detention-admissions-by-community-district-2hrw-qfsu
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 1 month ago

Detention Admissions by Community District

This dataset captures counts of youth entering detention in a calendar year by their home borough and community district. Each line of the data is the count of youth admitted to detention from a borough/community district. The data a drawn from the Juvenile Detention Automated System (JDAS) annually. The data are geocoded. There is always a small number of records for which the home bough and/or community district cannot be determined.

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/detention-admissions-by-community-district-2hrw-qfsu\".\"detention_admissions_by_community_district\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • detention_admissions_by_community_district
     
     
     
     
     
Upstream Metadata