Top YouTubers Worldwide
Analyzing Popular YouTube Channels
@kaggle.shiivvvaam_top_youtuber_worldwide
Analyzing Popular YouTube Channels
@kaggle.shiivvvaam_top_youtuber_worldwide
This dataset provides detailed metrics and categories for a diverse range of popular YouTube channels. Explore key statistics such as subscriber count, video views, category, and geographical information for each channel. Ideal for analysis and insights into trends within the dynamic landscape of online content creation.
CREATE TABLE youtuber (
"rank" DOUBLE,
"channel_name" VARCHAR,
"category" VARCHAR,
"subscribers" VARCHAR,
"country" VARCHAR,
"average_views" VARCHAR,
"average_likes" VARCHAR,
"average_comments" VARCHAR,
"content_type" VARCHAR
);Anyone who has the link will be able to view this.