UEFA Champions League Data 1955-2021
UCL Final History contains comprehensive data on all UCL finals from 1955-2021
@kaggle.thesardauna_uefa_champions_league_data_19552021
UCL Final History contains comprehensive data on all UCL finals from 1955-2021
@kaggle.thesardauna_uefa_champions_league_data_19552021
The Champions League Final History dataset contains comprehensive data on all UEFA Champions League finals from 1955 through to 2021. The information provided includes details such as the event date and location, each team involved, final score and host city. Additionally, any key events during the course of the match are documented, alonmg with respective scores at halftime and at full-time. This dataset is an invaluable resource for football historians who seek to understand the complex story behind iconic final matches throughout history, offering a detailed insight into some of Europe's greatest contests to date.
CREATE TABLE ucl_history (
"seasons" VARCHAR,
"winners_nation" VARCHAR,
"winners_team" VARCHAR,
"score" VARCHAR,
"runners_up_nation" VARCHAR,
"runners_up_team" VARCHAR,
"venue" VARCHAR,
"attendance" DOUBLE
);Anyone who has the link will be able to view this.