THE MOST VALUABLE PLAYERS IN THE WORLD (TOP 200)
The most expensive football players in the world
@kaggle.petrkozyrev_the_most_valuable_players_in_the_world_top_200
The most expensive football players in the world
@kaggle.petrkozyrev_the_most_valuable_players_in_the_world_top_200
This dataset contains information about the two hundred most expensive football players in the world according to Transfermarket as of July 2024.
This dataset includes information on name, age, position, nationality, club, league, height, foot and market value.
CREATE TABLE top_footbolists (
"id" BIGINT,
"player" VARCHAR,
"position" VARCHAR,
"age" BIGINT,
"national" VARCHAR,
"club" VARCHAR,
"league" VARCHAR,
"height" VARCHAR,
"foot" VARCHAR,
"market_value" VARCHAR
);Anyone who has the link will be able to view this.