YouTubers Saying Things
Dataset containing popular Youtuber's video subtitles from different categories.
@kaggle.praneshmukhopadhyay_youtubers_saying_things
Dataset containing popular Youtuber's video subtitles from different categories.
@kaggle.praneshmukhopadhyay_youtubers_saying_things
CREATE TABLE data (
"id" VARCHAR,
"channel" VARCHAR,
"subscribers" VARCHAR,
"title" VARCHAR,
"cc" BIGINT,
"url" VARCHAR,
"released" VARCHAR,
"views" VARCHAR,
"category" VARCHAR,
"transcript" VARCHAR,
"length" VARCHAR
);
Anyone who has the link will be able to view this.