Baselight

Premier League Player Stats 2022-23

Stats of all the players who have featured in the Premier League Season 2022/23.

@kaggle.ameyaranade_premier_league_player_stats_2022_23

Premierleagueplayerdefensestats22–23
@kaggle.ameyaranade_premier_league_player_stats_2022_23.premierleagueplayerdefensestats22_23

  • 38.62 KB
  • 569 rows
  • 23 columns
player

Player

nation

Nation

pos

Pos

squad

Squad

age

Age

born

Born

n_90s

90s

tkl

Tkl

tklw

TklW

def_3rd

Def 3rd

mid_3rd

Mid 3rd

att_3rd

Att 3rd

tkl_1

Tkl.1

att

Att

tkl_6c6d02

Tkl%

lost

Lost

blocks

Blocks

sh

Sh

pass

Pass

int

Int

tkl_int

Tkl+Int

clr

Clr

err

Err

Brenden Aaronsonus USAMF,FWLeeds United21200026.4451816227154632.6314334055061
George Abbotteng ENGMFTottenham16200511
Che Adamssct SCOFWSouthampton26199622.1171378271258.35134942122
Tyler Adamsus USAMFLeeds United231999248946443510507764.927488403512429
Tosin Adarabioyoeng ENGDFFulham24199723.230132262162369.672015526561401
Nayef Aguerdma MARDFWest Ham26199617.7271818811320657262421845792
Naouirou Ahamadafr FRAMF,FWCrystal Palace20200213231333.32223
Rayan Aït Nouridz ALGDFWolves21200112332025719156063394228
Kristoffer Ajerno NORDFBrentford2419988.511854291656.3765171822
Manuel Akanjich SUIDFManchester City27199525.4362515183233663.91327918165233

CREATE TABLE premierleagueplayerdefensestats22_23 (
  "player" VARCHAR,
  "nation" VARCHAR,
  "pos" VARCHAR,
  "squad" VARCHAR,
  "age" BIGINT,
  "born" BIGINT,
  "n_90s" DOUBLE,
  "tkl" BIGINT,
  "tklw" BIGINT,
  "def_3rd" BIGINT,
  "mid_3rd" BIGINT,
  "att_3rd" BIGINT,
  "tkl_1" BIGINT,
  "att" BIGINT,
  "tkl_6c6d02" DOUBLE,
  "lost" BIGINT,
  "blocks" BIGINT,
  "sh" BIGINT,
  "pass" BIGINT,
  "int" BIGINT,
  "tkl_int" BIGINT,
  "clr" BIGINT,
  "err" BIGINT
);

Share link

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