Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 1 hour ago
County Budgeted Expenditures By Service Area By Fiscal Year
This dataset provides budgeted expenditures for the counties within the State of Iowa beginning with FY 2005 (fiscal year ending 6/30/2005).
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 \"mydata-iowa-gov/county-budgeted-expenditures-by-service-area-by-gk9s-gz9c\".\"county_budgeted_expenditures_by_service_area_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata