Strategic Measure_Cost of City Services per Capita Adjusted for Inflation (General Fund only)
This dataset has information about the cost of providing General Fund City services per capita of the Full Purpose City population (SD23 measure GTW.A.4). It provides expense information from the annual approved budget document (General Fund Summary and Budget Stabilization Reserve Fund Summary) and population information from the City Demographer's Full Purpose Population numbers. The Consumer Price Index information for Texas is available through the following Key Economic Indicators dataset: https://data.texas.gov/dataset/Key-Economic-Indicators/karz-jr5v.
This dataset can be used to help understand the cost of city services over time.
View more details and insights related to this dataset on the story page: https://data.austintexas.gov/stories/s/ixex-hibp
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-measurecost-of-city-services-per-capita-m7n9-fc3g\".\"strategic_measurecost_of_city_services_per_capita\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.