Most Subscribed Youtube Channels
Following is the data of the most subscribed YouTube channels till 9 Feb 2024.
@kaggle.aryan112345_most_subscribed_youtube_channels
Following is the data of the most subscribed YouTube channels till 9 Feb 2024.
@kaggle.aryan112345_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.
CREATE TABLE top_youtube_channels (
"channel_name" VARCHAR,
"channel_id" VARCHAR,
"subscribers" BIGINT
);
Anyone who has the link will be able to view this.