FIFA Players
Can you predict the wage of FIFA '22 players?
@kaggle.ulrikthygepedersen_fifa_players
Can you predict the wage of FIFA '22 players?
@kaggle.ulrikthygepedersen_fifa_players
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
);
Anyone who has the link will be able to view this.