cityofnewyork-us/dycd-participant-demographics-by-borough-6khm-nrue
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 9 months ago
Indexed 2 hours ago

DYCD Participant Demographics by Borough

This dataset provides a Demographic breakdown of only DYCD-funded participants within a Borough of NYC. The data displays the counts, and percentages of the participants in each of the following categories:

● Gender (Male, Female, Unknown)

● Ethnicity (Hispanic/Latino, non-Hispanic/non-Latino)

● Race (Pacific Islander, American Indian, Asian, White, Black, Other, Unknown)

This data is used to measure the numbers of the different population groups that are served by DYCD for a Borough, and Community.

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/dycd-participant-demographics-by-borough-6khm-nrue\".\"dycd_participant_demographics_by_borough\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dycd_participant_demographics_by_borough
     
     
     
     
     
Upstream Metadata