5-Minute Crafts: Video Clickbait Titles?
Video titles of youtube channel 5-minute crafts
@kaggle.shivamb_5minute_crafts_video_views_dataset
Video titles of youtube channel 5-minute crafts
@kaggle.shivamb_5minute_crafts_video_views_dataset
CREATE TABLE n_5_minute_crafts (
"video_id" VARCHAR,
"title" VARCHAR,
"active_since_days" BIGINT,
"duration_seconds" BIGINT,
"total_views" BIGINT,
"num_chars" BIGINT,
"num_words" BIGINT,
"num_punctuation" BIGINT,
"num_words_uppercase" BIGINT,
"num_words_lowercase" BIGINT,
"num_stopwords" BIGINT,
"avg_word_len" DOUBLE,
"contain_digits" BIGINT,
"startswith_digits" BIGINT,
"title_sentiment" DOUBLE
);
Anyone who has the link will be able to view this.