Twitter Sentiment Dataset
Twitter Sentiment Analysis
@kaggle.saurabhshahane_twitter_sentiment_dataset
Twitter Sentiment Analysis
@kaggle.saurabhshahane_twitter_sentiment_dataset
The dataset has three sentiments namely, negative(-1), neutral(0), and positive(+1). It contains two fields for the tweet and label.
HUSSEIN, SHERIF (2021), “Twitter Sentiments Dataset”, Mendeley Data, V1, doi: 10.17632/z9zw7nt5h2.1
CREATE TABLE twitter_data (
"clean_text" VARCHAR,
"category" DOUBLE
);Anyone who has the link will be able to view this.