All Dialogues In F.r.i.e.n.d.s
If you clicked this you know what friends is. So, here is its every dialogue
@kaggle.eemanmajumder_all_dialogues_in_friends
If you clicked this you know what friends is. So, here is its every dialogue
@kaggle.eemanmajumder_all_dialogues_in_friends
CREATE TABLE all_dialogues_in_friends_2 (
"unnamed_0" BIGINT,
"dialogue" VARCHAR
);
CREATE TABLE all_dialogues_in_friends_after_sentiment_analysis_nltk (
"unnamed_0" BIGINT,
"dialogue" VARCHAR,
"preprocess_txt" VARCHAR,
"total_len" BIGINT,
"pos_count" BIGINT,
"neg_count" BIGINT,
"sentiment" DOUBLE
);
CREATE TABLE all_dialogues_in_friends_after_sentiment_analysis_text_blob (
"unnamed_0" BIGINT,
"dialogue" VARCHAR,
"score" DOUBLE,
"sentiment" DOUBLE
);
Anyone who has the link will be able to view this.