Baselight

Football Transfer Window From July To September

web scraping from TransferMarket

@kaggle.mohamedsiika_football_transfer_window_from_july_to_september

Loading...
Loading...

About this Dataset

Football Transfer Window From July To September

This dataset contains All football players transferred through the summer transfer window around the world. I scraped the data from Transfermarket.com using python Beautiful soup you can see the script on my GitHub and also a notebook for scraping only one table to see how information is extracted from the table.

project on Github: https://github.com/mohamedsiika/Football_Transfer

Tables

Summer Transfer Window 2022

@kaggle.mohamedsiika_football_transfer_window_from_july_to_september.summer_transfer_window_2022
  • 1.49 MB
  • 38789 rows
  • 15 columns
Loading...

CREATE TABLE summer_transfer_window_2022 (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "day" TIMESTAMP,
  "name" VARCHAR,
  "age" DOUBLE,
  "positions" VARCHAR,
  "nationality" VARCHAR,
  "from_club" VARCHAR,
  "from_league" VARCHAR,
  "from_country" VARCHAR,
  "to_club" VARCHAR,
  "to_league" VARCHAR,
  "to_country" VARCHAR,
  "market_value" VARCHAR,
  "transfer_value" VARCHAR
);

Share link

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