Top 100 YouTube Channels 2023
Top 100 YouTube Channels Worldwide 2023 (Sorted by Subscribers)
@kaggle.alitaqi000_top_100_youtube_channels_2023
Top 100 YouTube Channels Worldwide 2023 (Sorted by Subscribers)
@kaggle.alitaqi000_top_100_youtube_channels_2023
This dataset likely contains information about various YouTube channels, including details about their subscribers, views, videos, and channel descriptions. You can use this dataset for various analyses or tasks related to YouTube channels, such as ranking channels by subscribers, views, or other criteria, or extracting insights from the channel descriptions.
Features
Channel Name: The name of the YouTube channel.
User Name The username associated with the channel.
Subscribers: The number of subscribers to the channel.
Views: The total number of views on the channel.
Videos: The total number of videos uploaded to the channel.
Channel Description: A description or summary of the YouTube channel.
CREATE TABLE top_100_youtube_channels_2023 (
"unnamed_0" BIGINT -- Unnamed: 0,
"channel_name" VARCHAR,
"user_name" VARCHAR,
"subscribers" VARCHAR,
"views" VARCHAR,
"videos" BIGINT,
"channel_description" VARCHAR
);Anyone who has the link will be able to view this.