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
There is a global consensus that climate changes like carbon dioxide (CO2) emissions and global warming are amongst the biggest threats to the future of humanity. As important as its scientific evaluation, it is to know how the world population interprets the effects of climate change. In the end, environmental policies require community-based and global measurements.
To evaluate the impact of global warming and climate change on public opinion, we collected and curated a database of 396 tweets on climate change from 1st January 2020 until 24th December 2020.
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.