English Premier League Transfers 2019-2020
Details of all the player transfers in the EPL 2019-2020
@kaggle.thegreatcoder_english_premier_league_transfers_20192020
Details of all the player transfers in the EPL 2019-2020
@kaggle.thegreatcoder_english_premier_league_transfers_20192020
English Premier League is one of the most competitive and exciting leagues in the world.
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
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
);
Anyone who has the link will be able to view this.