Baselight

2024 U.S. Election Sentiment On X

Analyze public sentiment and trends from the 2024 U.S. election using real-time

@kaggle.emirhanai_2024_u_s_election_sentiment_on_x

Train
@kaggle.emirhanai_2024_u_s_election_sentiment_on_x.train

  • 24.43 KB
  • 500 rows
  • 9 columns
tweet_id

Tweet Id

user_handle

User Handle

timestamp

Timestamp

tweet_text

Tweet Text

candidate

Candidate

party

Party

retweets

Retweets

likes

Likes

sentiment

Sentiment

1@user123Sun Nov 03 2024 08:45:00 GMT+0000 (Coordinated Universal Time)Excited to see Kamala Harris leading the Democratic charge!Kamala HarrisDemocratic Party120450positive
2@politicsFanSun Nov 03 2024 09:15:23 GMT+0000 (Coordinated Universal Time)Donald Trump's policies are the best for our economy.Donald TrumpRepublican Party85300positive
3@greenAdvocateSun Nov 03 2024 10:05:45 GMT+0000 (Coordinated Universal Time)Jill Stein's environmental plans are exactly what we need.Jill SteinGreen Party60200positive
4@indieVoiceSun Nov 03 2024 11:20:10 GMT+0000 (Coordinated Universal Time)Robert Kennedy offers a fresh perspective outside the two-party system.Robert KennedyIndependent40150neutral
5@libertyLoverSun Nov 03 2024 12:35:55 GMT+0000 (Coordinated Universal Time)Chase Oliver's libertarian stance promotes true freedom.Chase OliverLibertarian Party30120positive
6@user456Mon Nov 04 2024 08:50:30 GMT+0000 (Coordinated Universal Time)Kamala Harris has been a strong advocate for healthcare reform.Kamala HarrisDemocratic Party95380positive
7@econGuruMon Nov 04 2024 09:25:10 GMT+0000 (Coordinated Universal Time)Trump's tax policies will benefit small businesses.Donald TrumpRepublican Party110500positive
8@ecoWarriorMon Nov 04 2024 10:15:20 GMT+0000 (Coordinated Universal Time)Jill Stein's green initiatives could save our planet.Jill SteinGreen Party70250positive
9@neutralNowMon Nov 04 2024 11:45:00 GMT+0000 (Coordinated Universal Time)Robert Kennedy is running as an independent; interesting choice.Robert KennedyIndependent25100neutral
10@freedomFirstMon Nov 04 2024 12:55:35 GMT+0000 (Coordinated Universal Time)Chase Oliver promotes minimal government intervention. Love it!Chase OliverLibertarian Party50180positive

CREATE TABLE train (
  "tweet_id" BIGINT,
  "user_handle" VARCHAR,
  "timestamp" TIMESTAMP,
  "tweet_text" VARCHAR,
  "candidate" VARCHAR,
  "party" VARCHAR,
  "retweets" BIGINT,
  "likes" BIGINT,
  "sentiment" VARCHAR
);

Share link

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