Baselight

Transfermarkt Squad Value Dataset

Squad value data from 5 big leagues of European football & Turkish Süper Lig.

@kaggle.efeckgz_transfermarkt_squad_value_dataset

Loading...
Loading...

About this Dataset

Transfermarkt Squad Value Dataset

Introduction

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.

Source

The notebook I used to gather this data can be found alongside this dataset. Source for the cover image is here.

Tables

Teams

@kaggle.efeckgz_transfermarkt_squad_value_dataset.teams
  • 5.41 kB
  • 116 rows
  • 3 columns
Loading...
CREATE TABLE teams (
  "team_name" VARCHAR,
  "league" VARCHAR,
  "squad_value" DOUBLE
);

Share link

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