Baselight

Football - UEFA Champions League 2004 To 2021

The Dataset has UEFA game's info from 2004 to 2021

@kaggle.iaswedev_football_uefa_champions_league_2004_to_2021

Loading...
Loading...

About this Dataset

Football - UEFA Champions League 2004 To 2021

The dataset has UEFA Champions League game result from 2004 until 2021 :
Columns :

  • Home Team: often, it's the host of the match.
  • Away Team: often, it's the guest in the match
  • Home Score and Away Score: the scores of each team.
    #Note: some game has one or two brackets which mean -- normal time score (overtime score) (penalties score).
  • Round: In which round did the match take place.
  • Group: if the game take place in early stage "before quarterfinal", in which group those teams belong.
  • Date: (year - month - day).

Tables

Uefa Champions League 2004–2021

@kaggle.iaswedev_football_uefa_champions_league_2004_to_2021.uefa_champions_league_2004_2021
  • 29.06 kB
  • 1,738 rows
  • 8 columns
Loading...
CREATE TABLE uefa_champions_league_2004_2021 (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "hometeam" VARCHAR,
  "homescore" VARCHAR,
  "awayteam" VARCHAR,
  "awayscore" VARCHAR,
  "round" VARCHAR,
  "group" VARCHAR,
  "date" TIMESTAMP
);

Share link

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