Baselight

US Senate(state Level)- Election 1976-2020

Election data statewide from 1976-2020

@kaggle.aryakrishnanar_us_senatestate_level_election_19762020

Loading...
Loading...

About this Dataset

US Senate(state Level)- Election 1976-2020

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.

Tables

N 1976–2020 Us Senate Statelevel 1976–2020 Senate 1

@kaggle.aryakrishnanar_us_senatestate_level_election_19762020.n_1976_2020_us_senate_statelevel_1976_2020_senate_1
  • 90.85 KB
  • 3629 rows
  • 15 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.