Baselight

278k Emotion Labeled Spotify Songs

Approximately 278k songs from Spotify with labeled emotions by Moodify app.

@kaggle.abdullahorzan_moodify_dataset

N 278k Song Labelled
@kaggle.abdullahorzan_moodify_dataset.n_278k_song_labelled

  • 9.39 MB
  • 277938 rows
  • 13 columns
unnamed_0

Unnamed: 0

duration_ms

Duration (ms)

danceability

Danceability

energy

Energy

loudness

Loudness

speechiness

Speechiness

acousticness

Acousticness

instrumentalness

Instrumentalness

liveness

Liveness

valence

Valence

tempo

Tempo

spec_rate

Spec Rate

labels

Labels

1950000.6110.614-8.8150.06720.01690.0007940.7530.52128.053.446153846153846e-72
11946410.6380.781-6.8480.02850.01180.009530.3490.25122.9851.464234154160737e-71
22175730.560.81-8.0290.08720.00710.000007930.2410.247170.0444.007850238770436e-71
34434780.5250.699-4.5710.03530.01780.0000880.08880.19992.0117.959808603808983e-8
42258620.3670.771-5.8630.1060.3650.000001470.09650.163115.9174.693131204009528e-71
51669200.5720.837-7.8760.03670.01970.1630.627100.3432.198658039779536e-71
61931330.7250.687-6.4650.05960.6940.0003690.2310.7796.0053.085956309900432e-71
72530000.6750.547-4.9990.04810.1140.00007970.06780.36575.0031.901185770750988e-71
82161870.5160.692-4.8420.02790.08750.00930.090.18183.5711.290549385485714e-7
92323330.5480.509-7.9370.02880.2610.7020.0790.48478.9741.2396000568150026e-7

CREATE TABLE n_278k_song_labelled (
  "unnamed_0" BIGINT,
  "duration_ms" DOUBLE,
  "danceability" DOUBLE,
  "energy" DOUBLE,
  "loudness" DOUBLE,
  "speechiness" DOUBLE,
  "acousticness" DOUBLE,
  "instrumentalness" DOUBLE,
  "liveness" DOUBLE,
  "valence" DOUBLE,
  "tempo" DOUBLE,
  "spec_rate" DOUBLE,
  "labels" BIGINT
);

Share link

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