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
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.