Township Property Tax Rates & Revenues
State of Iowa
@usgov.state_of_iowa_township_property_tax_rates_revenues
State of Iowa
@usgov.state_of_iowa_township_property_tax_rates_revenues
CREATE TABLE table_1 (
"line_id" VARCHAR,
"fiscal_year" BIGINT,
"county_name" VARCHAR,
"township_code" VARCHAR,
"township_split_code" VARCHAR,
"township_split_name" VARCHAR,
"property_tax_rate_owned_cemetery" DOUBLE,
"property_tax_revenue_owned_cemetery" BIGINT,
"property_tax_rate_non_owned_cemetery" DOUBLE,
"property_tax_revenue_non_owned_cemetery" BIGINT,
"property_tax_rate_township_hall" DOUBLE,
"property_tax_revenue_township_hall" BIGINT,
"property_tax_rate_township_hall_repairs" DOUBLE,
"property_tax_revenue_township_hall_repairs" BIGINT,
"property_tax_rate_library" DOUBLE,
"property_tax_revenue_library" BIGINT,
"property_tax_rate_litigation" DOUBLE,
"property_tax_revenue_litigation" BIGINT,
"property_tax_rate_tort_liability" DOUBLE,
"property_tax_revenue_tort_liability" BIGINT,
"property_tax_rate_fire_ems_1" DOUBLE,
"property_tax_revenue_fire_ems_1" BIGINT,
"property_tax_rate_fire_ems_2" DOUBLE,
"property_tax_revenue_fire_ems_2" BIGINT,
"property_tax_rate_fire_ems_3" DOUBLE,
"property_tax_revenue_fire_ems_3" BIGINT,
"property_tax_rate_ambulance_1" DOUBLE,
"property_tax_revenue_ambulance_1" DOUBLE,
"property_tax_rate_ambulance_2" DOUBLE,
"property_tax_revenue_ambulance_2" DOUBLE,
"property_tax_rate_ambulance_3" DOUBLE,
"property_tax_revenue_ambulance_3" DOUBLE,
"property_tax_rate_total" DOUBLE,
"property_tax_revenue_total" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.