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

Test
@kaggle.emirhanai_2024_u_s_election_sentiment_on_x.test

  • 10.7 KB
  • 50 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

501@user1068Tue Feb 11 2025 08:30:10 GMT+0000 (Coordinated Universal Time)Kamala Harris's new policy on education reform is impressive.Kamala HarrisDemocratic Party85320positive
502@politicsNew2Tue Feb 11 2025 09:15:20 GMT+0000 (Coordinated Universal Time)Donald Trump's latest speech on the economy was well-received.Donald TrumpRepublican Party100450positive
503@greenVisionary2Tue Feb 11 2025 10:05:35 GMT+0000 (Coordinated Universal Time)Jill Stein's environmental policies are a step in the right direction.Jill SteinGreen Party60200positive
504@indieWatcher2Tue Feb 11 2025 11:25:40 GMT+0000 (Coordinated Universal Time)Robert Kennedy's independent run brings fresh perspectives to the race.Robert KennedyIndependent30120neutral
505@libertyFan4Tue Feb 11 2025 12:40:50 GMT+0000 (Coordinated Universal Time)Chase Oliver's stance on gun rights is unwavering.Chase OliverLibertarian Party50160positive
506@user1069Wed Feb 12 2025 08:20:15 GMT+0000 (Coordinated Universal Time)Kamala Harris is making strides in healthcare accessibility.Kamala HarrisDemocratic Party90340positive
507@taxTalk5Wed Feb 12 2025 09:40:30 GMT+0000 (Coordinated Universal Time)Trump's tax cuts are benefiting small businesses.Donald TrumpRepublican Party95420positive
508@sustainability4Wed Feb 12 2025 10:30:50 GMT+0000 (Coordinated Universal Time)Jill Stein promotes the adoption of electric vehicles to combat pollution.Jill SteinGreen Party65205positive
509@independantView7Wed Feb 12 2025 11:55:20 GMT+0000 (Coordinated Universal Time)Robert Kennedy's policies blend diverse ideological perspectives.Robert KennedyIndependent2295neutral
510@freedomAdvocate7Wed Feb 12 2025 12:40:50 GMT+0000 (Coordinated Universal Time)Chase Oliver's economic plans focus on maximizing individual choice.Chase OliverLibertarian Party45150positive

CREATE TABLE test (
  "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.