Football Summer Market 2022
Transfermarkt Scraping
@kaggle.davidmolina_football_summer_market_2022
Transfermarkt Scraping
@kaggle.davidmolina_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:
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
);
Anyone who has the link will be able to view this.