Baselight

FIFA Players

Can you predict the wage of FIFA '22 players?

@kaggle.ulrikthygepedersen_fifa_players

Loading...
Loading...

About this Dataset

FIFA Players

The datasets provided include the players data for the Career Mode from FIFA 22. It only includes male football players with known wage.

The goal is to predict the wage of the player based on his attributes.

Tables

Fifa Players

@kaggle.ulrikthygepedersen_fifa_players.fifa_players
  • 484.16 KB
  • 19178 rows
  • 29 columns
Loading...

CREATE TABLE fifa_players (
  "wage_eur" DOUBLE,
  "age" DOUBLE,
  "height_cm" DOUBLE,
  "weight_kg" DOUBLE,
  "nationality_name" VARCHAR,
  "overall" DOUBLE,
  "potential" DOUBLE,
  "attacking_crossing" DOUBLE,
  "attacking_finishing" DOUBLE,
  "attacking_heading_accuracy" DOUBLE,
  "attacking_short_passing" DOUBLE,
  "attacking_volleys" DOUBLE,
  "skill_dribbling" DOUBLE,
  "skill_curve" DOUBLE,
  "skill_fk_accuracy" DOUBLE,
  "skill_long_passing" DOUBLE,
  "skill_ball_control" DOUBLE,
  "movement_acceleration" DOUBLE,
  "movement_sprint_speed" DOUBLE,
  "movement_agility" DOUBLE,
  "movement_reactions" DOUBLE,
  "movement_balance" DOUBLE,
  "defending_standing_tackle" DOUBLE,
  "defending_sliding_tackle" DOUBLE,
  "goalkeeping_diving" DOUBLE,
  "goalkeeping_handling" DOUBLE,
  "goalkeeping_kicking" DOUBLE,
  "goalkeeping_positioning" DOUBLE,
  "goalkeeping_reflexes" DOUBLE
);

Share link

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