Selected Labor Force Characteristics of Youth Aged 16 to 24
This dataset shows the population, civilian labor force, unemployed, and unemployment rate for people aged 16 to 24 years in New York State and its Labor Market Regions.
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 \"ny-gov/selected-labor-force-characteristics-of-youth-aged-rrw8-ncwn\".\"selected_labor_force_characteristics_of_youth_aged\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.