Black Lives Matter Sentiment Twitter
#blacklivesmatter twitter sentiment and location
@kaggle.yash612_black_lives_matter_twitter_dataset
#blacklivesmatter twitter sentiment and location
@kaggle.yash612_black_lives_matter_twitter_dataset
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.
I made this Data-set for analyzing purpose only , I have no intention to misuse this data.
CREATE TABLE data (
"tweets" VARCHAR,
"location" VARCHAR,
"sentiment" DOUBLE
);Anyone who has the link will be able to view this.