US Senate(state Level)- Election 1976-2020
Election data statewide from 1976-2020
@kaggle.aryakrishnanar_us_senatestate_level_election_19762020
Election data statewide from 1976-2020
@kaggle.aryakrishnanar_us_senatestate_level_election_19762020
This data file contains constituency (state-level) returns for elections to the U.S. Senate from 1976 to 2020.
it contains the year of election, details of constituency, electoral stage ,i.e, general/runoff/primary name of winning candidate and party, total no of votes, votes obtained by the winning parties, whether candidates are write-in or not and the official/unofficial result.
CREATE TABLE n_1976_2020_us_senate_statelevel_1976_2020_senate_1 (
"year" BIGINT,
"state" VARCHAR,
"state_po" VARCHAR,
"state_fips" BIGINT,
"state_census_code" BIGINT,
"state_icpsr" BIGINT,
"electoral_stage" VARCHAR,
"special_election" BOOLEAN,
"candidate" VARCHAR,
"candidate_party" VARCHAR,
"party_simplified" VARCHAR,
"write_in_candidates" BOOLEAN,
"candidate_votes" BIGINT,
"total_votes" BIGINT,
"unofficial_result" BOOLEAN
);Anyone who has the link will be able to view this.