Baselight

Most Subscribed Youtube Channels

Following is the data of the most subscribed YouTube channels till 9 Feb 2024.

@kaggle.aryan112345_most_subscribed_youtube_channels

Loading...
Loading...

About this Dataset

Most Subscribed Youtube Channels

Data is taken from the Youtube API which gave me the details of the most subscribed channels... Python language was used to extract the data. Raw data. Preprocess as per your requirements. More data will be updated in the future. Missing data possible.

Tables

Top Youtube Channels

@kaggle.aryan112345_most_subscribed_youtube_channels.top_youtube_channels
  • 17.82 KB
  • 338 rows
  • 3 columns
Loading...

CREATE TABLE top_youtube_channels (
  "channel_name" VARCHAR,
  "channel_id" VARCHAR,
  "subscribers" BIGINT
);

Share link

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