Youtube Songs 2025 Dataset
"A Dataset of YouTube’s Biggest Hits"
@kaggle.varishabatool_youtube_songs_2025_dataset
"A Dataset of YouTube’s Biggest Hits"
@kaggle.varishabatool_youtube_songs_2025_dataset
This dataset contains all the top hit songs of 2025 of diferent creators like lady gaga , bruno , rose , camelia , etc .
Music plays a signifcant role in shaping global culture. By analyzing YouTube most popular songs. This dataset can be used for trend analycis, visulization, and research in music analytics.
The data is compiled from publicly availabe YouTube charts for 2025. Full credit goes to YouTube and the original content creators for making the information acessible.
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.