Football Players Transfer Values 2024
Football players transfer value based on their ratings, skills and attributes
@kaggle.dhruvpjariwala_football_players_transfer_value_prediction
Football players transfer value based on their ratings, skills and attributes
@kaggle.dhruvpjariwala_football_players_transfer_value_prediction
CREATE TABLE football_players_value_dataset (
"name" VARCHAR,
"age" BIGINT,
"overall_rating" VARCHAR,
"potential" VARCHAR,
"team_contract" VARCHAR,
"id" BIGINT,
"height" VARCHAR,
"weight" VARCHAR,
"foot" VARCHAR,
"best_overall" BIGINT,
"best_position" VARCHAR,
"growth" BIGINT,
"value" VARCHAR,
"wage" VARCHAR,
"release_clause" VARCHAR,
"total_attacking" BIGINT,
"crossing" VARCHAR,
"finishing" VARCHAR,
"heading_accuracy" VARCHAR,
"short_passing" VARCHAR,
"volleys" VARCHAR,
"total_skill" BIGINT,
"dribbling" VARCHAR,
"curve" VARCHAR,
"fk_accuracy" VARCHAR,
"long_passing" VARCHAR,
"ball_control" VARCHAR,
"total_movement" BIGINT,
"acceleration" VARCHAR,
"sprint_speed" VARCHAR,
"agility" VARCHAR,
"reactions" VARCHAR,
"balance" VARCHAR,
"total_power" BIGINT,
"shot_power" VARCHAR,
"jumping" VARCHAR,
"stamina" VARCHAR,
"strength" VARCHAR,
"long_shots" VARCHAR,
"total_mentality" BIGINT,
"aggression" VARCHAR,
"interceptions" VARCHAR,
"att_position" VARCHAR,
"vision" VARCHAR,
"penalties" VARCHAR,
"composure" VARCHAR,
"total_defending" BIGINT,
"defensive_awareness" VARCHAR,
"standing_tackle" VARCHAR,
"sliding_tackle" VARCHAR,
"total_goalkeeping" BIGINT,
"gk_diving" VARCHAR,
"gk_handling" VARCHAR,
"gk_kicking" VARCHAR,
"gk_positioning" VARCHAR,
"gk_reflexes" VARCHAR,
"total_stats" BIGINT,
"base_stats" BIGINT,
"international_reputation" BIGINT,
"pace_diving" BIGINT,
"shooting_handling" BIGINT,
"passing_kicking" BIGINT,
"dribbling_reflexes" BIGINT,
"defending_pace" BIGINT,
"unnamed_64" VARCHAR
);
Anyone who has the link will be able to view this.