Baselight

2024-25 UEFA Leagues Dataset

Informations about teams that join UEFA's competitions

@kaggle.zgrumutpirin_2024_25_uefa_leagues_dataset

Uefa Leagues Dataset
@kaggle.zgrumutpirin_2024_25_uefa_leagues_dataset.uefa_leagues_dataset

  • 7.55 KB
  • 108 rows
  • 6 columns
league

League

pot

Pot

team

Team

country

Country

market_value

Market Value (€)

average_age

Average Age

Champions LeaguePot 1Real MadridSpain1.34 Billion26.6
Champions LeaguePot 1Manchester CityEngland1.27 Billion27
Champions LeaguePot 1Bayern MünchenGermany943.65 Million25.6
Champions LeaguePot 1PSGFrance882.70 Million23.7
Champions LeaguePot 1LiverpoolEngland923 Million25.9
Champions LeaguePot 1Inter MilanItaly673.30 Million28.2
Champions LeaguePot 1Borussia DortmundGermany461.60 Million24.5
Champions LeaguePot 1RB LeipzigGermany549.13 Million24.9
Champions LeaguePot 1BarcelonaSpain875 Million23.4
Champions LeaguePot 2Bayer LeverkusenGermany627.55 Million25.3

CREATE TABLE uefa_leagues_dataset (
  "league" VARCHAR,
  "pot" VARCHAR,
  "team" VARCHAR,
  "country" VARCHAR,
  "market_value" VARCHAR,
  "average_age" DOUBLE
);

Share link

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