Baselight

2024 GOP Primary Candidate Visits

Public Campaign Events for Major Republican Primary Candidates in 2024

@fivethirtyeight.gop_candidate_visits_2024

Loading...
Loading...

About this Dataset

2024 GOP Primary Candidate Visits

This dataset contains all public, in-person campaign events held by major Republican primary candidates during the 2024 U.S. presidential election cycle.
FiveThirtyEight began tracking each candidate's visits starting from their campaign announcement date until the date they exited the race, up to March 6, 2024, when Donald Trump became the only major candidate remaining.
Event data was compiled from local news reports, candidate social media, ABC News reporters, and campaign websites.
Each entry includes the event’s date, location, primary purpose, host organization (if applicable), and additional notes.

Tables

GOP Candidate Visits Through March 6, 2024

@fivethirtyeight.gop_candidate_visits_2024.candidate_visits
  • 31.32 KB
  • 1741 rows
  • 7 columns
Loading...

CREATE TABLE candidate_visits (
  "candidate_name" VARCHAR,
  "date" TIMESTAMP,
  "city" VARCHAR,
  "state" VARCHAR,
  "primary_purpose" VARCHAR,
  "host_organization" VARCHAR,
  "notes" VARCHAR
);

Candidate Visits As Of Jan. 11, 2024

@fivethirtyeight.gop_candidate_visits_2024.candidate_visits_2024_01_11
  • 30.24 KB
  • 1649 rows
  • 7 columns
Loading...

CREATE TABLE candidate_visits_2024_01_11 (
  "candidate_name" VARCHAR,
  "date" TIMESTAMP,
  "city" VARCHAR,
  "state" VARCHAR,
  "primary_purpose" VARCHAR,
  "host_organization" VARCHAR,
  "notes" VARCHAR
);

Share link

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