Baselight

US House Election Prediction

All US House of Representatives Election Results from 1976-2022

@kaggle.joebeachcapital_us_house_election_results

Loading...
Loading...

About this Dataset

US House Election Prediction

This data file contains constituency (district) returns for elections to the U.S. House of Representatives from 1976 to 2022.

From the MEDSL's report New Report: How We Voted in 2022:

The Survey of the Performance of American Elections (SPAE) provides information about how Americans experienced voting in the most recent federal election. The survey has been conducted after federal elections since 2008, and is the only public opinion project in the country that is dedicated explicitly to understanding how voters themselves experience the election process.

Tables

House

@kaggle.joebeachcapital_us_house_election_results.house
  • 596.83 KB
  • 32452 rows
  • 20 columns
Loading...

CREATE TABLE house (
  "year" BIGINT,
  "state" VARCHAR,
  "state_po" VARCHAR,
  "state_fips" BIGINT,
  "state_cen" BIGINT,
  "state_ic" BIGINT,
  "office" VARCHAR,
  "district" BIGINT,
  "stage" VARCHAR,
  "runoff" VARCHAR,
  "special" BOOLEAN,
  "candidate" VARCHAR,
  "party" VARCHAR,
  "writein" BOOLEAN,
  "mode" VARCHAR,
  "candidatevotes" BIGINT,
  "totalvotes" BIGINT,
  "unofficial" BOOLEAN,
  "version" BIGINT,
  "fusion_ticket" BOOLEAN
);

Share link

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