Strategic Measure_CLL.C.3 Change in percentage of Austin population that is African American
This is a historical measure for Strategic Direction 2023. For more data on Austin demographics please visit austintexas.gov/demographics.
This measure answers the question of what is the rate of change for the share of the total city population that is African-American. Calculated the difference of percentage of share over reporting period. Data collected from the U.S. Census Bureau, American Communities Survey (ACS) (1-yr), Race (table B02001), except for 2020 data, which are from the 2020 Decennial Census Count. American Communities Survey is a survey with sampled statistics on the citywide level and is subject to a margin of error. ACS sample size and data quality measures can be found on the U.S. Census website in the Methodology section.
View more details and insights related to
this data set on the story page: https://data.austintexas.gov/stories/s/6p8t-s826
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-measurecllc3-change-in-percentage-of-nqe7-6pbg\".\"strategic_measurecllc3_change_in_percentage_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.