State Of Iowa Forfeiture Cases
State of Iowa
@usgov.state_of_iowa_state_of_iowa_forfeiture_cases
State of Iowa
@usgov.state_of_iowa_state_of_iowa_forfeiture_cases
This dataset provides forfeiture case information including the money, real estate and vehicles seized in the State of Iowa beginning October 6, 2016.
Organization: State of Iowa
Last updated: 2023-01-20T00:18:27.263518
Tags: forfeitures, money, real-estate, seizing-agency, vehicles
CREATE TABLE table_1 (
"case_id" BIGINT,
"agency_case_number" VARCHAR,
"court_number" VARCHAR,
"county_fips_code" DOUBLE,
"county_name" VARCHAR,
"seizing_agency" VARCHAR,
"interested_person_s" VARCHAR -- Interested Person(s),
"money_forfeited" BOOLEAN -- Money Forfeited?,
"vehicles_forfeited" BOOLEAN -- Vehicles Forfeited?,
"real_estate_forfeited" BOOLEAN -- Real Estate Forfeited?,
"case_closed" BOOLEAN -- Case Closed?,
"total_money_forfeited" DOUBLE,
"total_gross_price_of_real_estate_forfeited" DOUBLE,
"total_vehicles_forfeited" DOUBLE,
"fiscal_year_case_opened" DOUBLE,
"fiscal_year_case_closed" DOUBLE,
"primary_county_latitude" DOUBLE,
"primary_county_longitude" DOUBLE,
"county_primary_point" VARCHAR
);Anyone who has the link will be able to view this.