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
Analyze public sentiment and trends from the 2024 U.S. election using real-time
@kaggle.emirhanai_2024_u_s_election_sentiment_on_x
Title:
2024 U.S. Presidential Race on X: Sentiment and Trends
Description:
Uncover the dynamics of the 2024 U.S. Presidential Race with this robust dataset from X (formerly Twitter), capturing public sentiment, critical policy discussions, and party-level engagement. This dataset provides an unparalleled opportunity to analyze real-time public reactions during one of the most pivotal election years in history.
Dataset Highlights:
This dataset serves as a goldmine for data scientists, political analysts, and machine learning practitioners looking to decode the impact of X on modern electoral dynamics. Use it to build predictive models, conduct sentiment analysis, or visualize the digital pulse of the 2024 U.S. Presidential Race.
CREATE TABLE test (
"tweet_id" BIGINT,
"user_handle" VARCHAR,
"timestamp" TIMESTAMP,
"tweet_text" VARCHAR,
"candidate" VARCHAR,
"party" VARCHAR,
"retweets" BIGINT,
"likes" BIGINT,
"sentiment" VARCHAR
);
CREATE TABLE train (
"tweet_id" BIGINT,
"user_handle" VARCHAR,
"timestamp" TIMESTAMP,
"tweet_text" VARCHAR,
"candidate" VARCHAR,
"party" VARCHAR,
"retweets" BIGINT,
"likes" BIGINT,
"sentiment" VARCHAR
);
CREATE TABLE val (
"tweet_id" BIGINT,
"user_handle" VARCHAR,
"timestamp" TIMESTAMP,
"tweet_text" VARCHAR,
"candidate" VARCHAR,
"party" VARCHAR,
"retweets" BIGINT,
"likes" BIGINT,
"sentiment" VARCHAR
);
Anyone who has the link will be able to view this.