Baselight

Eurovision Song Contest

Results from the Eurovision Song Contest

@kaggle.evangower_eurovision_song_contest

Loading...
Loading...

About this Dataset

Eurovision Song Contest

The resulting dataset represents information for all contestants for each year and by round (e.g. semi-final, final). It is important to note that changes in scoring system have occured through different points in time, e.g. semi-final rounds were not introduced until 2005.

Tables

Eurovision

@kaggle.evangower_eurovision_song_contest.eurovision
  • 126.66 KB
  • 2005 rows
  • 18 columns
Loading...

CREATE TABLE eurovision (
  "event" VARCHAR,
  "host_city" VARCHAR,
  "year" BIGINT,
  "host_country" VARCHAR,
  "event_url" VARCHAR,
  "section" VARCHAR,
  "artist" VARCHAR,
  "song" VARCHAR,
  "artist_url" VARCHAR,
  "image_url" VARCHAR,
  "artist_country" VARCHAR,
  "country_emoji" VARCHAR,
  "running_order" DOUBLE,
  "total_points" DOUBLE,
  "rank" DOUBLE,
  "rank_ordinal" VARCHAR,
  "qualified" BOOLEAN,
  "winner" BOOLEAN
);

Share link

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