Data Science YouTube Channel Collection To Learn
Best YouTube Channels to learn Data Science
@kaggle.funxexcel_data_science_youtube_channel_collection_to_learn
Best YouTube Channels to learn Data Science
@kaggle.funxexcel_data_science_youtube_channel_collection_to_learn
CREATE TABLE youtube_data_science_channels (
"id" BIGINT,
"youtube_channel_name" VARCHAR,
"subscribers_thousands_or_million" VARCHAR,
"appx_actual_subscribers" BIGINT,
"youtube_channel_link" VARCHAR,
"below_1k" BIGINT,
"between_1k_5k" BIGINT,
"between_5k_10k" BIGINT,
"between_10k_25k" BIGINT,
"between_25k_50k" BIGINT,
"between_50k_100k" BIGINT,
"between_100k_150k" BIGINT,
"between_150k_200k" BIGINT,
"between_200k_1m" BIGINT,
"above_1m" BIGINT
);
Anyone who has the link will be able to view this.