Mr Beast Youtube Video Statistics
View, Like and Comment stats for all 250 MrBeast Youtube Videos
@kaggle.robikscube_mr_beast_youtube_video_statistics
View, Like and Comment stats for all 250 MrBeast Youtube Videos
@kaggle.robikscube_mr_beast_youtube_video_statistics
CREATE TABLE mrbeast_youtube_stats (
"id" VARCHAR,
"title" VARCHAR,
"description" VARCHAR,
"publishtime" VARCHAR,
"kind_stats" VARCHAR,
"duration_seconds" BIGINT,
"viewcount" DOUBLE,
"likecount" DOUBLE,
"commentcount" DOUBLE,
"thumbnails_default_url" VARCHAR,
"thumbnails_default_width" DOUBLE,
"thumbnails_default_height" DOUBLE,
"thumbnails_medium_url" VARCHAR,
"thumbnails_medium_width" DOUBLE,
"thumbnails_medium_height" DOUBLE,
"thumbnails_high_url" VARCHAR,
"thumbnails_high_width" DOUBLE,
"thumbnails_high_height" DOUBLE,
"contentdetails_duration" VARCHAR,
"contentdetails_dimension" VARCHAR,
"topicdetails_topiccategories" VARCHAR,
"snippet_defaultlanguage" VARCHAR,
"localizations_en_title" VARCHAR,
"localizations_en_description" VARCHAR,
"snippet_tags" VARCHAR,
"contentdetails_contentrating_ytrating" VARCHAR
);
Anyone who has the link will be able to view this.