Football Players Data
FIFA Football Players Dataset of 17000 Players From sofifa.com
@kaggle.maso0dahmed_football_players_data
FIFA Football Players Dataset of 17000 Players From sofifa.com
@kaggle.maso0dahmed_football_players_data
CREATE TABLE fifa_players (
"name" VARCHAR,
"full_name" VARCHAR,
"birth_date" TIMESTAMP,
"age" BIGINT,
"height_cm" DOUBLE,
"weight_kgs" DOUBLE,
"positions" VARCHAR,
"nationality" VARCHAR,
"overall_rating" BIGINT,
"potential" BIGINT,
"value_euro" DOUBLE,
"wage_euro" DOUBLE,
"preferred_foot" VARCHAR,
"international_reputation_1_5" BIGINT,
"weak_foot_1_5" BIGINT,
"skill_moves_1_5" BIGINT,
"body_type" VARCHAR,
"release_clause_euro" DOUBLE,
"national_team" VARCHAR,
"national_rating" DOUBLE,
"national_team_position" VARCHAR,
"national_jersey_number" DOUBLE,
"crossing" BIGINT,
"finishing" BIGINT,
"heading_accuracy" BIGINT,
"short_passing" BIGINT,
"volleys" BIGINT,
"dribbling" BIGINT,
"curve" BIGINT,
"freekick_accuracy" BIGINT,
"long_passing" BIGINT,
"ball_control" BIGINT,
"acceleration" BIGINT,
"sprint_speed" BIGINT,
"agility" BIGINT,
"reactions" BIGINT,
"balance" BIGINT,
"shot_power" BIGINT,
"jumping" BIGINT,
"stamina" BIGINT,
"strength" BIGINT,
"long_shots" BIGINT,
"aggression" BIGINT,
"interceptions" BIGINT,
"positioning" BIGINT,
"vision" BIGINT,
"penalties" BIGINT,
"composure" BIGINT,
"marking" BIGINT,
"standing_tackle" BIGINT,
"sliding_tackle" BIGINT
);
Anyone who has the link will be able to view this.