2024-25 UEFA Leagues Dataset
Informations about teams that join UEFA's competitions
@kaggle.zgrumutpirin_2024_25_uefa_leagues_dataset
Informations about teams that join UEFA's competitions
@kaggle.zgrumutpirin_2024_25_uefa_leagues_dataset
This Dataset is about the teams that join UEFA's competitions(Champions League, Europe Leauge, Conference League).
There are several features about teams such as market value, average age, country and pot.
CREATE TABLE uefa_leagues_dataset (
"league" VARCHAR,
"pot" VARCHAR,
"team" VARCHAR,
"country" VARCHAR,
"market_value" VARCHAR -- Market Value (€),
"average_age" DOUBLE
);Anyone who has the link will be able to view this.