Ballot Count History
State of Oregon
@usgov.state_of_oregon_ballot_count_history
State of Oregon
@usgov.state_of_oregon_ballot_count_history
Daily ballot returns in the 2 weeks leading up to election. Find more election statistics at https://sos.oregon.gov/elections/Pages/electionsstatistics.aspx
Organization: State of Oregon
Last updated: 2022-01-25T01:44:46.407299
Tags: ballot, elections, voter
CREATE TABLE table_1 (
"election" VARCHAR,
"date" TIMESTAMP,
"number_of_ballots_returned_on_this_day" BIGINT,
"daily_return_as_of_total_ballots" DOUBLE -- Daily Return As % Of Total Ballots,
"daily_return_as_of_total_return" DOUBLE -- Daily Return As % Of Total Return,
"cumulative_number_of_ballots_returned" BIGINT,
"cumulative_return_as_of_total_ballots" DOUBLE -- Cumulative Return As % Of Total Ballots,
"cumulative_return_as_of_total_return" DOUBLE -- Cumulative Return As % Of Total Return
);Anyone who has the link will be able to view this.