Dataset Analysis
sentiment analysis dataset of twitter
@kaggle.sabarinathr04_tweet_data_set
sentiment analysis dataset of twitter
@kaggle.sabarinathr04_tweet_data_set
CREATE TABLE tweet_dataset_train (
"textid" VARCHAR,
"text" VARCHAR,
"selected_text" VARCHAR,
"sentiment" VARCHAR,
"score" BIGINT
);
CREATE TABLE tweet_dataset_types (
"sentiment" VARCHAR,
"aggregate_score" BIGINT,
"score" BIGINT
);
Anyone who has the link will be able to view this.