State Of Iowa - Monthly Voter Registration Totals By County
State of Iowa
@usgov.state_of_iowa_state_of_iowa_monthly_voter_registration_d78fb531
State of Iowa
@usgov.state_of_iowa_state_of_iowa_monthly_voter_registration_d78fb531
This dataset contains voter registration data in Iowa by month and county starting with January 2000. It identifies the number of voters registered as Democrats, Republicans, other party or no party. Libertarians were reported separately March 2017 through January 2019, and beginning again in January 2023. The dataset also identifies the number of active and inactive voter registrations. Inactive voters are those to whom official mailings have been sent from the county auditor’s office, the notice was returned as undeliverable by the United States Postal Service and the voter has not responded to a follow up confirmation notice. [§48A.37]
Organization: State of Iowa
Last updated: 2023-01-19T23:53:00.509085
Tags: democrat, libertarian, registrations, republican, voters
CREATE TABLE table_1 (
"record_id" VARCHAR,
"date" VARCHAR,
"fips" BIGINT,
"county" VARCHAR,
"democrat_active" BIGINT -- Democrat - Active,
"republican_active" BIGINT -- Republican - Active,
"libertarian_active" DOUBLE -- Libertarian - Active,
"no_party_active" BIGINT -- No Party - Active,
"other_active" DOUBLE -- Other - Active,
"total_active" BIGINT -- Total - Active,
"democrat_inactive" BIGINT -- Democrat - Inactive,
"republican_inactive" BIGINT -- Republican - Inactive,
"libertarian_inactive" DOUBLE -- Libertarian - Inactive,
"no_party_inactive" DOUBLE -- No Party - Inactive,
"other_inactive" DOUBLE -- Other - Inactive,
"total_inactive" BIGINT -- Total - Inactive,
"grand_total" BIGINT,
"primary_lat_dec" DOUBLE,
"primary_long_dec" DOUBLE,
"primary_county_coordinates" VARCHAR
);Anyone who has the link will be able to view this.