2024 GOP Primary Candidate Visits
Public Campaign Events for Major Republican Primary Candidates in 2024
@fivethirtyeight.gop_candidate_visits_2024
Public Campaign Events for Major Republican Primary Candidates in 2024
@fivethirtyeight.gop_candidate_visits_2024
CREATE TABLE candidate_visits (
"candidate_name" VARCHAR,
"date" TIMESTAMP,
"city" VARCHAR,
"state" VARCHAR,
"primary_purpose" VARCHAR,
"host_organization" VARCHAR,
"notes" VARCHAR
);
CREATE TABLE candidate_visits_2024_01_11 (
"candidate_name" VARCHAR,
"date" TIMESTAMP,
"city" VARCHAR,
"state" VARCHAR,
"primary_purpose" VARCHAR,
"host_organization" VARCHAR,
"notes" VARCHAR
);
Anyone who has the link will be able to view this.