Baselight

2024 Youtube Channels (1 Million)

Data for analysis gathered directly from YouTube

@kaggle.asaniczka_2024_youtube_channels_1_million

Loading...
Loading...

About this Dataset

2024 Youtube Channels (1 Million)

This dataset contains information on 1 million (plus a bit more) YouTube channels. Channels were picked randomly to extract data.

It includes insights into subscriber counts, total views, total videos, engagement statistics, and more.

I've added some aggregated data about videos of each channel as well.

If you find this dataset helpful, don't forget to leave a upvote 🌟❤️

Note:

If you want youtube channel data on a specific niche, or extract emails of channels, send me a message or a comment ;)


Photo by Eyestetix Studio on Unsplash

Tables

Youtube Channels 1m Clean

@kaggle.asaniczka_2024_youtube_channels_1_million.youtube_channels_1m_clean
  • 476.41 MB
  • 1095242 rows
  • 16 columns
Loading...

CREATE TABLE youtube_channels_1m_clean (
  "channel_id" VARCHAR,
  "channel_link" VARCHAR,
  "channel_name" VARCHAR,
  "subscriber_count" BIGINT,
  "banner_link" VARCHAR,
  "description" VARCHAR,
  "keywords" VARCHAR,
  "avatar" VARCHAR,
  "country" VARCHAR,
  "total_views" DOUBLE,
  "total_videos" DOUBLE,
  "join_date" TIMESTAMP,
  "mean_views_last_30_videos" DOUBLE,
  "median_views_last_30_videos" DOUBLE,
  "std_views_last_30_videos" DOUBLE,
  "videos_per_week" DOUBLE
);

Share link

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