Baselight

Football Player Statistics

Football Player data from Sofifa

@kaggle.yorkyong_football_player_statistics

Loading...
Loading...

About this Dataset

Football Player Statistics

This data set contains around 3000 football player's statistics scrapped from SoFIFA.com using beautiful Soup.

A total of 64 data columns and can be used as a useful dataset for creating a regression model to predict player value.

Tables

Players 3120

@kaggle.yorkyong_football_player_statistics.players_3120
  • 339.53 kB
  • 3,120 rows
  • 65 columns
Loading...
CREATE TABLE players_3120 (
  "name" VARCHAR,
  "age" BIGINT,
  "overall_rating" VARCHAR,
  "potential" VARCHAR,
  "team_contract" VARCHAR  -- Team \u0026 Contract,
  "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  -- Att. Position,
  "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  -- Pace / Diving,
  "shooting_handling" BIGINT  -- Shooting / Handling,
  "passing_kicking" BIGINT  -- Passing / Kicking,
  "dribbling_reflexes" BIGINT  -- Dribbling / Reflexes,
  "defending_pace" BIGINT  -- Defending / Pace,
  "unnamed_64" VARCHAR  -- Unnamed: 64
);

Share link

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