Baselight

Top 100 YouTube Channels 2023

Top 100 YouTube Channels Worldwide 2023 (Sorted by Subscribers)

@kaggle.alitaqi000_top_100_youtube_channels_2023

Loading...
Loading...

About this Dataset

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.

Tables

Top 100 Youtube Channels 2023

@kaggle.alitaqi000_top_100_youtube_channels_2023.top_100_youtube_channels_2023
  • 17.48 KB
  • 100 rows
  • 7 columns
Loading...

CREATE TABLE top_100_youtube_channels_2023 (
  "unnamed_0" BIGINT,
  "channel_name" VARCHAR,
  "user_name" VARCHAR,
  "subscribers" VARCHAR,
  "views" VARCHAR,
  "videos" BIGINT,
  "channel_description" VARCHAR
);

Share link

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