Most Subscribed YouTube Channel
Analyzing Popular YouTube Channels
@kaggle.sukhmandeepsinghbrar_most_subscribed_youtube_channel
Analyzing Popular YouTube Channels
@kaggle.sukhmandeepsinghbrar_most_subscribed_youtube_channel
This dataset explores YouTube channel information. It includes:
Channel Names
Brand Focus (Gaming, Music, etc.)
Subscriber Base (Millions)
Primary Languages
Content Categories (Broad & Specific)
Country of Origin
This data allows you to:
Analyze trends by language, category, and region.
Identify popular content areas in various locations.
Benchmark channel performance.
Understand viewer demographics for different content types.
By leveraging this dataset, you can gain valuable insights into YouTube's content landscape, audience makeup, and evolving trends.
CREATE TABLE most_subscribed_youtube_channels_exported (
"name" VARCHAR,
"brand_channel" VARCHAR,
"subscribers_millions" DOUBLE -- Subscribers (millions),
"primary_language" VARCHAR,
"category" VARCHAR,
"country" VARCHAR
);Anyone who has the link will be able to view this.