City Budget And Actual Revenue
State of Iowa
@usgov.state_of_iowa_city_budget_and_actual_revenue
State of Iowa
@usgov.state_of_iowa_city_budget_and_actual_revenue
This dataset contains the budget and actual revenue self-reported by each city via their yearly budget forms filed with the Department of Management. Actual revenue data lags budget expenditures by a couple of fiscal years.
Organization: State of Iowa
Last updated: 2023-01-19T23:51:56.582451
Tags: actuals, budget, city, revenue
CREATE TABLE table_1 (
"record_key" VARCHAR,
"fiscal_year" BIGINT,
"county_code" BIGINT,
"county" VARCHAR,
"gnis_feature_id" DOUBLE,
"city_code" VARCHAR,
"city_name" VARCHAR,
"revenue_type" VARCHAR,
"budget" BIGINT,
"actual" DOUBLE,
"primary_city_coordinates" VARCHAR
);Anyone who has the link will be able to view this.