Climate Sentiment In Twitter
Sentiment analysis from tweets about climate change in 2020
@kaggle.joseguzman_climate_sentiment_in_twitter
Sentiment analysis from tweets about climate change in 2020
@kaggle.joseguzman_climate_sentiment_in_twitter
CREATE TABLE climate_twitter (
"id" BIGINT,
"date" TIMESTAMP,
"retweets" BIGINT,
"source" VARCHAR,
"author" VARCHAR,
"likes" BIGINT,
"text" VARCHAR,
"twitter_name" VARCHAR,
"location" VARCHAR,
"verified" BOOLEAN,
"followers" BIGINT,
"friends" BIGINT,
"polarity" DOUBLE,
"subjectivity" DOUBLE
);
Anyone who has the link will be able to view this.