US House Election Prediction
All US House of Representatives Election Results from 1976-2022
@kaggle.joebeachcapital_us_house_election_results
All US House of Representatives Election Results from 1976-2022
@kaggle.joebeachcapital_us_house_election_results
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
);
Anyone who has the link will be able to view this.