State Of Iowa - Monthly Voter Registration Totals By State House District
State of Iowa
@usgov.state_of_iowa_state_of_iowa_monthly_voter_registration_31b792b3
State of Iowa
@usgov.state_of_iowa_state_of_iowa_monthly_voter_registration_31b792b3
This dataset contains voter registration data in Iowa by month and state house district starting with June 2021. It identifies the number of voters registered as Democrats, Republicans, other party or no party. 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:42:26.713752
Tags: democrat, registrations, republican, voters
CREATE TABLE table_1 (
"record_id" VARCHAR,
"date" VARCHAR,
"state_house_district" VARCHAR,
"democratic_active" BIGINT,
"republican_active" BIGINT,
"libertarian_active" DOUBLE,
"no_party_active" BIGINT,
"other_active" BIGINT,
"total_active" BIGINT,
"democratic_inactive" BIGINT,
"republican_inactive" BIGINT,
"libertarian_inactive" DOUBLE,
"no_party_inactive" BIGINT,
"other_inactive" BIGINT,
"total_inactive" BIGINT,
"grand_total" BIGINT
);Anyone who has the link will be able to view this.