Labor_Market_Engagement_Index
The labor-market engagement index provides a summary description of the relative intensity of labor market engagement and human capital in a neighborhood. This is based upon the level of employment, labor force participation, and educational attainment in a census tract. Values are percentile ranked nationally and range from 0 to 100. The higher the score, the higher the labor force participation and human capital in a neighborhood.
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 \"celebratingcities-data-socrata/labormarketengagementindex-geyu-y4d9\".\"labormarketengagementindex\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.