Transfermarkt Squad Value Dataset
Squad value data from 5 big leagues of European football & Turkish Süper Lig.
@kaggle.efeckgz_transfermarkt_squad_value_dataset
Squad value data from 5 big leagues of European football & Turkish Süper Lig.
@kaggle.efeckgz_transfermarkt_squad_value_dataset
This dataset includes team squad value data from the 5 big leagues of European football and the Turkish Süper Lig. The data was scraped from transfermarkt.com website. In total it has data for 116 teams. The squad values are shown in million euros. Teams with squad value in the billions are represented in thousand millions. The data was pulled from Transfermarkt for the 2023/2024 season.
The notebook I used to gather this data can be found alongside this dataset. Source for the cover image is here.
CREATE TABLE teams (
"team_name" VARCHAR,
"league" VARCHAR,
"squad_value" DOUBLE
);Anyone who has the link will be able to view this.