Baselight

TikTok Popular Songs 2019

Most popular songs on the TikTok during 2019.

@kaggle.sveta151_tiktok_popular_songs_2019

Loading...
Loading...

About this Dataset

TikTok Popular Songs 2019

TikTok start to get popularity in 2019 so it can be interesting to analyze what kind of music have been promoted by this social media and noticed by users.
This dataset provides all important information that can be needed for further analyzation, 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

Tables

Tiktok Songs 2019

@kaggle.sveta151_tiktok_popular_songs_2019.tiktok_songs_2019
  • 38.37 KB
  • 223 rows
  • 18 columns
Loading...

CREATE TABLE tiktok_songs_2019 (
  "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
);

Share link

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