Baselight

Most Influential Football Transfers

Game-Changing Moves: Analyzing Football's Most Influential Transfers

@kaggle.ameynarwadkar_most_influential_football_transfers

Loading...
Loading...

About this Dataset

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.

Tables

Most Influential Football Transfers

@kaggle.ameynarwadkar_most_influential_football_transfers.most_influential_football_transfers
  • 17.1 kB
  • 250 rows
  • 11 columns
Loading...
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
);

Share link

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