oaklandca-gov/disconnected-youth-6f7r-23ex
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 3 hours ago

Disconnected Youth

Youth are considered disconnected if they are out of work and out of school. This Indicator measures the percent of the population aged 16-24 who are neither working nor in school.

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 \"oaklandca-gov/disconnected-youth-6f7r-23ex\".\"disconnected_youth\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • disconnected_youth