US Election 2020:Tweet With Sentiment & Party Name
Exploring Sentiments and Party Affiliations in the November 2020 Discourse
@kaggle.jaidalmotra_usa_2020_elections_tweets
Exploring Sentiments and Party Affiliations in the November 2020 Discourse
@kaggle.jaidalmotra_usa_2020_elections_tweets
CREATE TABLE uselection_tweets_1jul_11nov (
"created_at" VARCHAR,
"from_user_id" BIGINT,
"to_user_id" BIGINT,
"language" VARCHAR,
"retweet_count" DOUBLE,
"partyname" VARCHAR,
"id" BIGINT,
"score" DOUBLE,
"scoring_string" VARCHAR,
"negativity" DOUBLE,
"positivity" DOUBLE,
"uncovered_tokens" BIGINT,
"total_tokens" BIGINT
);
Anyone who has the link will be able to view this.