Strategic Measure_EOA.B.2 Distribution of Household Income
This is a historical measure for Strategic Direction 2023. For more data on Austin demographics please visit austintexas.gov/demographics.
The purpose of this dataset is to track the distribution of aggregate city income between the 5 quintile of population segments. The dataset comes from the 2019 U.S. Census Bureau, American Communities Survey (5yr) Table B19082. The row levels contain total percentage of income shares by the middle 3 quintiles (20-80%) of population. This data can be used to provide insights into growth/decline of middle class.
Distribution of household income (Note: This indicator can provide insights into growth/decline of middle class)
View more details and insights related to this measure on the story page: https://data.austintexas.gov/stories/s/Distribution-of-Household-Income/i3a3-vjnc/
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-measureeoab2-distribution-of-household-h7bb-ecqc\".\"strategic_measureeoab2_distribution_of_household\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.