Baselight

UEFA Champions League All Finals (1955 - 2023)

Comprehensive Data for UEFA Champions League Finals

@kaggle.renjiabarai_uefa_champions_league_all_finals_1955_2023

Loading...
Loading...

About this Dataset

UEFA Champions League All Finals (1955 - 2023)

The source of the data is here

The data has these features:

  • season: The years of the season, i.e. 1976-77
  • winner-country: The country of winner team
  • winner: The name of the winner club
  • score: Final match score 1973-74 season has 2 matches, so there are two scores in separated with semicolon form
  • runner-up: The name of the runner up club
  • runner-up-country: The country of the runner up team
  • stadium: The stadium which final match was played
  • final-city: The city where the stadium is located
  • final-country: The country where the city is located
  • attendance: The attendance in final match, 1973-74 season has 2 matches, so there are two attendances data in separated with semicolon form
  • winning-way: normal time or extra time or penalty

Tables

Ucl Finals

@kaggle.renjiabarai_uefa_champions_league_all_finals_1955_2023.ucl_finals
  • 11.03 KB
  • 68 rows
  • 11 columns
Loading...

CREATE TABLE ucl_finals (
  "season" VARCHAR,
  "winner_country" VARCHAR,
  "winner" VARCHAR,
  "score" VARCHAR,
  "runner_up" VARCHAR,
  "runner_up_country" VARCHAR,
  "stadium" VARCHAR,
  "final_city" VARCHAR,
  "final_country" VARCHAR,
  "attendance" VARCHAR,
  "winning_way" VARCHAR
);

Share link

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