Baselight

English Premier League Transfers 2019-2020

Details of all the player transfers in the EPL 2019-2020

@kaggle.thegreatcoder_english_premier_league_transfers_20192020

Loading...
Loading...

About this Dataset

English Premier League Transfers 2019-2020

Context

English Premier League is one of the most competitive and exciting leagues in the world.

Content

The transfers are really important as they help to understand the need for each team and the players in demand.
Eg. I found out that center forwards are the most purchased

Tables

English Premier League

@kaggle.thegreatcoder_english_premier_league_transfers_20192020.english_premier_league
  • 20.43 KB
  • 563 rows
  • 11 columns
Loading...

CREATE TABLE english_premier_league (
  "club_name" VARCHAR,
  "player_name" VARCHAR,
  "age" BIGINT,
  "position" VARCHAR,
  "club_involved_name" VARCHAR,
  "fee" VARCHAR,
  "transfer_movement" VARCHAR,
  "fee_cleaned" DOUBLE,
  "league_name" VARCHAR,
  "year" BIGINT,
  "season" VARCHAR
);

Share link

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