Baselight

Climate Sentiment In Twitter

Sentiment analysis from tweets about climate change in 2020

@kaggle.joseguzman_climate_sentiment_in_twitter

Loading...
Loading...

About this Dataset

Climate Sentiment In Twitter

2020 climate sentiment on tweeter

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.

Tables

Climate Twitter

@kaggle.joseguzman_climate_sentiment_in_twitter.climate_twitter
  • 82.42 KB
  • 396 rows
  • 14 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.