Tiktok Popular Songs 2022
Most popular songs on TikTok during 2022
@kaggle.sveta151_tiktok_popular_songs_2022
Most popular songs on TikTok during 2022
@kaggle.sveta151_tiktok_popular_songs_2022
This dataset provides all important information that can be needed for further analysis, starting from the basic knowledge such as track name and artist name, ending with the most advance stuff such as tempo, time_signature etc etc
this dataset have been used in my project "TikTok impact on top charts"
CREATE TABLE tiktok_songs_2022 (
"track_name" VARCHAR,
"artist_name" VARCHAR,
"artist_pop" BIGINT,
"album" VARCHAR,
"track_pop" BIGINT,
"danceability" DOUBLE,
"energy" DOUBLE,
"loudness" DOUBLE,
"mode" BIGINT,
"key" BIGINT,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"time_signature" BIGINT,
"duration_ms" BIGINT
);Anyone who has the link will be able to view this.