2020 US General Election Turnout Rates
Turnout rates for the voting-eligible population in 2020 US election
@kaggle.imoore_2020_us_general_election_turnout_rates
Turnout rates for the voting-eligible population in 2020 US election
@kaggle.imoore_2020_us_general_election_turnout_rates
CREATE TABLE n_2020_november_general_election_turnout_rates (
"state" VARCHAR,
"source" VARCHAR,
"official_unofficial" VARCHAR,
"total_ballots_counted_estimate" BIGINT,
"vote_for_highest_office_president" DOUBLE,
"vep_turnout_rate" VARCHAR,
"voting_eligible_population_vep" BIGINT,
"voting_age_population_vap" BIGINT,
"n__non_citizen" VARCHAR,
"prison" BIGINT,
"probation" BIGINT,
"parole" BIGINT,
"total_ineligible_felon" BIGINT,
"overseas_eligible" DOUBLE,
"state_abv" VARCHAR
);
Anyone who has the link will be able to view this.