Baselight

Mr Beast Youtube Video Statistics

View, Like and Comment stats for all 250 MrBeast Youtube Videos

@kaggle.robikscube_mr_beast_youtube_video_statistics

Loading...
Loading...

About this Dataset

Mr Beast Youtube Video Statistics

MrBeast Youtube Video Stats

MrBeast is one of the biggest youtubers ever. His videos are some of the most viewed of all time and he has perfected the art of gaining views.

This dataset was created using youtube's official api and shows the date created, view count, comments, and upvote counts for all of MrBeast's videos as of December 20, 2021.

Tables

Mrbeast Youtube Stats

@kaggle.robikscube_mr_beast_youtube_video_statistics.mrbeast_youtube_stats
  • 70.5 KB
  • 247 rows
  • 26 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.