Baselight

Fifa Players' Ratings

Ratings of Tens of Thousands of Footballers

@kaggle.rishidamarla_fifa_players_ratings

Loading...
Loading...

About this Dataset

Fifa Players' Ratings

Content

In this dataset, you will find tens of thousands of players from the FIFA dataset.

Acknowledgements

This dataset comes from https://data.world/raghav333/fifa-players

Tables

Fifa Cleaned

@kaggle.rishidamarla_fifa_players_ratings.fifa_cleaned
  • 2.11 MB
  • 17,954 rows
  • 92 columns
Loading...
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  -- International Reputation(1-5),
  "weak_foot_1_5" BIGINT  -- Weak Foot(1-5),
  "skill_moves_1_5" BIGINT  -- Skill Moves(1-5),
  "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
);

Share link

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