Most Influential Football Transfers
Game-Changing Moves: Analyzing Football's Most Influential Transfers
@kaggle.ameynarwadkar_most_influential_football_transfers
Game-Changing Moves: Analyzing Football's Most Influential Transfers
@kaggle.ameynarwadkar_most_influential_football_transfers
This dataset encapsulates the most influential football transfers. It contains the player's basic information, its market value at the time, and transfer fees. For example, When Neymar was transferred to PSG his transfer fee was €222m while his market value was only €100m(That's a difference of €122m!!). This resource is tailored for discerning data enthusiasts, analysts, and football enthusiasts seeking to dissect and analyze the transformative transfers that have indelibly shaped the contemporary football landscape.
CREATE TABLE most_influential_football_transfers (
"index" BIGINT,
"player_name" VARCHAR,
"position" VARCHAR,
"age" BIGINT,
"market_value" VARCHAR,
"season" VARCHAR,
"left_club" VARCHAR,
"left_club_league" VARCHAR,
"joined_club" VARCHAR,
"joined_club_league" VARCHAR,
"transfer_fee" VARCHAR
);
Anyone who has the link will be able to view this.