Strategic Measure_Dollars per Hour Wage That an Individual Must Earn to Support a Family in Austin (Self-Sufficiency Wage) (EOA.C.3)
This data set exists to understand the financial requirements to live in Travis County to support a family. The data source is reported every two years by the University of Washington's Self-Sufficiency Standard which has been monitoring county-level data across the United States since the mid-1990's. Dr. Diana Pearce is the creator of the Self-Sufficiency Standard. This data can be used to craft policy, targeting resources, and one-on-one job coaching counseling.
View more details and insights related to this data set on the story page here: data.austintexas.gov/stories/s/rt9q-qkym
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-measuredollars-per-hour-wage-that-an-jfwk-6vr6\".\"strategic_measuredollars_per_hour_wage_that_an\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.