2025 YouTube Trending 100: Market Overview
A collection of the top 100 most popular songs on YouTube in 2025
@kaggle.rehan497_trending_music_on_youtube_top_100_songs_2025
A collection of the top 100 most popular songs on YouTube in 2025
@kaggle.rehan497_trending_music_on_youtube_top_100_songs_2025
This dataset contains the Top 100 most popular songs on YouTube in 2025. It includes details about song titles, artists, popularity metrics, and upload information that can be analyzed to understand global music trends.
CREATE TABLE youtube_top_100_songs_2025 (
"title" VARCHAR,
"fulltitle" VARCHAR,
"description" VARCHAR,
"view_count" BIGINT,
"categories" VARCHAR,
"tags" VARCHAR,
"duration" BIGINT,
"duration_string" VARCHAR,
"live_status" BOOLEAN,
"thumbnail" VARCHAR,
"channel" VARCHAR,
"channel_url" VARCHAR,
"channel_follower_count" BIGINT
);Anyone who has the link will be able to view this.