Strategic Measures_Commute to work by City of Austin employees
This dataset supports measure M.A.3 of SD 2023. The source of the data is the Listening to the Workforce Survey, an annual survey conducted by the City of Austin of it's employees. Each row represents the overall average mode split among City of Austin employees based on the responses to the survey. This dataset can be used to understand the trend in predicted and actual average travel time. View more details and insights related to this measure on the story page : https://data.austintexas.gov/stories/s/39pk-y8ma
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-measurescommute-to-work-by-city-of-ge3e-qdg5\".\"strategic_measurescommute_to_work_by_city_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.