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
CREATE TABLE table_1 (
"record_id" VARCHAR,
"date" VARCHAR,
"fips" BIGINT,
"county" VARCHAR,
"democrat_active" BIGINT,
"republican_active" BIGINT,
"libertarian_active" DOUBLE,
"no_party_active" BIGINT,
"other_active" DOUBLE,
"total_active" BIGINT,
"democrat_inactive" BIGINT,
"republican_inactive" BIGINT,
"libertarian_inactive" DOUBLE,
"no_party_inactive" DOUBLE,
"other_inactive" DOUBLE,
"total_inactive" BIGINT,
"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.