Baselight

Football Summer Market 2022

Transfermarkt Scraping

@kaggle.davidmolina_football_summer_market_2022

Summer22 Footballtransfers
@kaggle.davidmolina_football_summer_market_2022.summer22_footballtransfers

  • 1020.93 KB
  • 33825 rows
  • 12 columns
name

Name

position

Position

age

Age

origin_club

Origin Club

league_origin_club

League Origin Club

country_origin_club

Country Origin Club

new_club

New Club

league_new_club

League New Club

country_new_club

Country New Club

player_valuje

Player Valuje

cost

Cost

date_of_transfer

Date Of Transfer

Amine GouiriCentre-Forward22OGC NiceLigue 1FranceStade Rennais FCLigue 1France€42.00m€28.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Umar SadiqCentre-Forward25UD AlmeríaLaLigaSpainReal SociedadLaLigaSpain€18.00m€20.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Carlos SolerCentral Midfield25Valencia CFLaLigaSpainParis Saint-GermainLigue 1France€50.00m€18.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Manuel AkanjiCentre-Back27Borussia DortmundBundesligaGermanyManchester CityPremier LeagueEngland€30.00m€17.50mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Wout FaesCentre-Back24Stade ReimsLigue 1FranceLeicester CityPremier LeagueEngland€10.00m€17.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Leander DendonckerDefensive Midfield27Wolverhampton WanderersPremier LeagueEnglandAston VillaPremier LeagueEngland€28.00m€15.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Gaëtan LabordeCentre-Forward28Stade Rennais FCLigue 1FranceOGC NiceLigue 1France€18.00m€15.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Pierre-Emerick AubameyangCentre-Forward33FC BarcelonaLaLigaSpainChelsea FCPremier LeagueEngland€15.00m€12.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Jörgen Strand LarsenCentre-Forward22FC GroningenEredivisieNetherlandsCelta de VigoLaLigaSpain€6.00m€11.00mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)
Billy GilmourCentral Midfield21Chelsea FCPremier LeagueEnglandBrighton & Hove AlbionPremier LeagueEngland€12.00m€10.40mThu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)

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.