Baselight

Football Summer Market 2022

Transfermarkt Scraping

@kaggle.davidmolina_football_summer_market_2022

Loading...
Loading...

About this Dataset

Football Summer Market 2022

This dataset includes all the operations in the summer window, whether transfers, transfers on loan or other types of operations. It is an optimal dataset to perform EDA or analysis of transfer market data by club, country or league.

The summer window of transfers is from 01/07/2022 to 01/09/2022.

The dataset is composed of the following fields:

  • name of player
  • position
  • age
  • origin_club
  • league_origin_club
  • country_origin_club
  • new_club
  • league_new_club
  • country_new_club
  • player_value
  • cost

Tables

Summer22 Footballtransfers

@kaggle.davidmolina_football_summer_market_2022.summer22_footballtransfers
  • 1020.93 KB
  • 33825 rows
  • 12 columns
Loading...

CREATE TABLE summer22_footballtransfers (
  "name" VARCHAR,
  "position" VARCHAR,
  "age" DOUBLE,
  "origin_club" VARCHAR,
  "league_origin_club" VARCHAR,
  "country_origin_club" VARCHAR,
  "new_club" VARCHAR,
  "league_new_club" VARCHAR,
  "country_new_club" VARCHAR,
  "player_valuje" VARCHAR,
  "cost" VARCHAR,
  "date_of_transfer" TIMESTAMP
);

Share link

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