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
5-Minute Crafts is a DIY-style YouTube channel owned by TheSoul Publishing. As of October 2021, it is the 9th most-subscribed channel on the platform, It is also one of the most viewed channels. The channel has drawn criticism for unusual and potentially dangerous life hacks and its reliance on clickbait. Irrespective of the criticism, 5-Minute Crafts videos do get a lot of views.
In this dataset, a complete record of video titles from 5-Minute Craft youtube channels is collected along with many other meta-features of the titles. It also contains - total video views, duration, active since, sentiment, etc.
Use this dataset to perform the following different types. of analysis and modeling -
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.