Voter Registration Data
State of Oregon
@usgov.state_of_oregon_voter_registration_data_80c0a
State of Oregon
@usgov.state_of_oregon_voter_registration_data_80c0a
Voter registration data after redistricting. For voter data before redistricting visit: https://data.oregon.gov/Administrative/Voter-Registration-Data-Prior-to-Redistricting/6a4f-ecbi
Find more elections and voter statistics for Oregon at https://sos.oregon.gov/elections/Pages/electionsstatistics.aspx
Organization: State of Oregon
Last updated: 2022-03-30T23:11:17.576512
Tags: elections, registration, voter, voting
CREATE TABLE table_1 (
"county" VARCHAR,
"sr_code" VARCHAR,
"sr_desc" VARCHAR,
"ss_code" VARCHAR,
"ss_desc" VARCHAR,
"cong_code" VARCHAR,
"cong_desc" VARCHAR,
"party" VARCHAR,
"sum_partycount" BIGINT -- SUM(PARTYCOUNT),
"date" TIMESTAMP
);Anyone who has the link will be able to view this.