Fifa Players' Ratings
Ratings of Tens of Thousands of Footballers
@kaggle.rishidamarla_fifa_players_ratings
Ratings of Tens of Thousands of Footballers
@kaggle.rishidamarla_fifa_players_ratings
CREATE TABLE fifa_cleaned (
"id" BIGINT,
"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,
"work_rate" VARCHAR,
"body_type" VARCHAR,
"release_clause_euro" DOUBLE,
"club_team" VARCHAR,
"club_rating" DOUBLE,
"club_position" VARCHAR,
"club_jersey_number" DOUBLE,
"club_join_date" TIMESTAMP,
"contract_end_year" VARCHAR,
"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,
"gk_diving" BIGINT,
"gk_handling" BIGINT,
"gk_kicking" BIGINT,
"gk_positioning" BIGINT,
"gk_reflexes" BIGINT,
"tags" VARCHAR,
"traits" VARCHAR,
"ls" VARCHAR,
"st" VARCHAR,
"rs" VARCHAR,
"lw" VARCHAR,
"lf" VARCHAR,
"cf" VARCHAR,
"rf" VARCHAR,
"rw" VARCHAR,
"lam" VARCHAR,
"cam" VARCHAR,
"ram" VARCHAR,
"lm" VARCHAR,
"lcm" VARCHAR,
"cm" VARCHAR,
"rcm" VARCHAR,
"rm" VARCHAR,
"lwb" VARCHAR,
"ldm" VARCHAR,
"cdm" VARCHAR,
"rdm" VARCHAR,
"rwb" VARCHAR,
"lb" VARCHAR,
"lcb" VARCHAR,
"cb" VARCHAR,
"rcb" VARCHAR,
"rb" VARCHAR
);
Anyone who has the link will be able to view this.