Strategic Measure_EOA.B.5 Count of individuals earning less than the living wage.
The count of individual employees earning less than the living wage. This measure is updated annually. This data originally comes from the Banner system. This dataset contains counts of individuals earning less than the living wage annually by department.
View more details and insights related to this data set on the story page: https://datahub.austintexas.gov/stories/s/EOA-B-5-Individuals-earning-less-than-the-living-w/pm5f-fjmn
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 \"datahub-austintexas-gov/strategic-measureeoab5-count-of-individuals-tasn-fkfd\".\"strategic_measureeoab5_count_of_individuals\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.