2024 USA Election Polling Data
2024 U.S.A Generic Ballot Prediction | Trump vs Harris
@kaggle.iamtanmayshukla_2024_u_s_election_generic_ballot_polling_data
2024 U.S.A Generic Ballot Prediction | Trump vs Harris
@kaggle.iamtanmayshukla_2024_u_s_election_generic_ballot_polling_data
CREATE TABLE generic_ballot_polls (
"poll_id" BIGINT,
"pollster_id" BIGINT,
"pollster" VARCHAR,
"sponsor_ids" DOUBLE,
"sponsors" VARCHAR,
"display_name" VARCHAR,
"pollster_rating_id" BIGINT,
"pollster_rating_name" VARCHAR,
"numeric_grade" DOUBLE,
"pollscore" DOUBLE,
"methodology" VARCHAR,
"transparency_score" DOUBLE,
"state" VARCHAR,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"sponsor_candidate_id" VARCHAR,
"sponsor_candidate" VARCHAR,
"sponsor_candidate_party" VARCHAR,
"question_id" BIGINT,
"sample_size" DOUBLE,
"population" VARCHAR,
"subpopulation" VARCHAR,
"population_full" VARCHAR,
"tracking" VARCHAR,
"created_at" VARCHAR,
"notes" VARCHAR,
"url" VARCHAR,
"source" VARCHAR,
"internal" VARCHAR,
"partisan" VARCHAR,
"race_id" BIGINT,
"cycle" BIGINT,
"office_type" VARCHAR,
"seat_number" VARCHAR,
"seat_name" VARCHAR,
"election_date" TIMESTAMP,
"stage" VARCHAR,
"nationwide_batch" BOOLEAN,
"dem" DOUBLE,
"rep" DOUBLE,
"ind" VARCHAR
);
Anyone who has the link will be able to view this.