Baselight

EPL Players Deep Stats 2019/2020

Premier League Players Statistics season 19/20

@kaggle.cashncarry_epl_players_deep_stats_20192020

Loading...
Loading...

About this Dataset

EPL Players Deep Stats 2019/2020

Context

Detailed stats for the Premier League players in the 19/20 season

Content

Features with "_m" at the end are average values per match.
The rest of the columns are total values

Some details:

Column Description
nationality unique country code
roles all player position. One or comma separated sequence. POSITION_FLANG (Right, Center, Left)
motm Man of the Match
gk_* features for goalkeepers

Tables

Epl Players Stats

@kaggle.cashncarry_epl_players_deep_stats_20192020.epl_players_stats
  • 60.04 KB
  • 522 rows
  • 41 columns
Loading...

CREATE TABLE epl_players_stats (
  "id" BIGINT,
  "name" VARCHAR,
  "nationality" VARCHAR,
  "team" VARCHAR,
  "team_id" BIGINT,
  "age" BIGINT,
  "height" BIGINT,
  "weight" BIGINT,
  "position" VARCHAR,
  "roles" VARCHAR,
  "games" BIGINT,
  "exit_on_sub" BIGINT,
  "minutes" BIGINT,
  "rating_m" DOUBLE,
  "goals" BIGINT,
  "assists" BIGINT,
  "yel_cards" BIGINT,
  "red_cards" BIGINT,
  "shots_m" DOUBLE,
  "aerials_won_m" DOUBLE,
  "motm" BIGINT,
  "successful_passes_pt" DOUBLE,
  "key_passes_m" DOUBLE,
  "dribbles_won_m" DOUBLE,
  "fouls_given_m" DOUBLE,
  "offside_m" DOUBLE,
  "dispossessed_m" DOUBLE,
  "passes_m" DOUBLE,
  "accurate_crosses_m" DOUBLE,
  "accurate_long_passes_m" DOUBLE,
  "accurate_through_passes_m" DOUBLE,
  "tackles_m" DOUBLE,
  "interceptions_m" DOUBLE,
  "fouls_m" DOUBLE,
  "clearances_m" DOUBLE,
  "dribbled_past_m" DOUBLE,
  "owm_goals" BIGINT,
  "gk_in_goal_area_saves_m" DOUBLE,
  "gk_inside_box_saves_m" DOUBLE,
  "gk_outside_box_saves_m" DOUBLE,
  "gk_saves_m" DOUBLE
);

Share link

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