Baselight

Black Lives Matter Sentiment Twitter

#blacklivesmatter twitter sentiment and location

@kaggle.yash612_black_lives_matter_twitter_dataset

Loading...
Loading...

About this Dataset

Black Lives Matter Sentiment Twitter

Summary

Around 1000 tweets which has #blacklivesmatter in it with it's Location and Sentiment which is inferred by TextBlob ranging from -1 to 1 (ruled based sentiment).
-1 : most negative score
1 : most positve score
0: neutral

I would weekly update this dataset by atleast 1000 tweets with variety of hashtags and clean the data.

Disclaimer

I made this Data-set for analyzing purpose only , I have no intention to misuse this data.

Tables

Data

@kaggle.yash612_black_lives_matter_twitter_dataset.data
  • 49.97 KB
  • 1000 rows
  • 3 columns
Loading...

CREATE TABLE data (
  "tweets" VARCHAR,
  "location" VARCHAR,
  "sentiment" DOUBLE
);

Share link

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