Baselight

EMOTIFY - Emotion Classificaiton In Songs

Songs Multi-label Emotions Classification

@kaggle.yash9439_emotify_emotion_classificaiton_in_songs

Data
@kaggle.yash9439_emotify_emotion_classificaiton_in_songs.data

  • 45.65 KB
  • 8407 rows
  • 17 columns
track_id

Track Id

n__genre

Genre

n__amazement

Amazement

n__solemnity

Solemnity

n__tenderness

Tenderness

n__nostalgia

Nostalgia

n__calmness

Calmness

n__power

Power

n__joyful_activation

Joyful Activation

n__tension

Tension

n__sadness

Sadness

n__mood

Mood

n__liked

Liked

n__disliked

Disliked

n__age

Age

n__gender

Gender

n__mother_tongue

Mother Tongue

1classical11131211English
1classical131411Dutch
1classical113241English
1classical1332Spanish
1classical114121English
1classical1113451English
1classical14130German
1classical11141701English
1classical112160English
1classical15154German

CREATE TABLE data (
  "track_id" BIGINT,
  "n__genre" VARCHAR,
  "n__amazement" BIGINT,
  "n__solemnity" BIGINT,
  "n__tenderness" BIGINT,
  "n__nostalgia" BIGINT,
  "n__calmness" BIGINT,
  "n__power" BIGINT,
  "n__joyful_activation" BIGINT,
  "n__tension" BIGINT,
  "n__sadness" BIGINT,
  "n__mood" BIGINT,
  "n__liked" BIGINT,
  "n__disliked" BIGINT,
  "n__age" BIGINT,
  "n__gender" BIGINT,
  "n__mother_tongue" VARCHAR
);

Share link

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