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

Premierleagueplayergcastats22–23
@kaggle.ameyaranade_premier_league_player_stats_2022_23.premierleagueplayergcastats22_23

  • 35.68 KB
  • 569 rows
  • 23 columns
player

Player

nation

Nation

pos

Pos

squad

Squad

age

Age

born

Born

n_90s

90s

sca

SCA

sca90

SCA90

passlive

PassLive

passdead

PassDead

to

TO

sh

Sh

fld

Fld

def

Def

gca

GCA

gca90

GCA90

passlive_1

PassLive.1

passdead_1

PassDead.1

to_1

TO.1

sh_1

Sh.1

fld_1

Fld.1

def_1

Def.1

Brenden Aaronsonus USAMF,FWLeeds United21200026.4953.65717758170.2731111
George Abbotteng ENGMFTottenham162005
Che Adamssct SCOFWSouthampton26199622.1572.5744125570.3252
Tyler Adamsus USAMFLeeds United23199924431.7942110.041
Tosin Adarabioyoeng ENGDFFulham24199723.2180.78153
Nayef Aguerdma MARDFWest Ham26199617.7140.791211
Naouirou Ahamadafr FRAMF,FWCrystal Palace202002121.9111
Rayan Aït Nouridz ALGDFWolves21200112231.93142412
Kristoffer Ajerno NORDFBrentford2419988.540.474
Manuel Akanjich SUIDFManchester City27199525.4230.91221

CREATE TABLE premierleagueplayergcastats22_23 (
  "player" VARCHAR,
  "nation" VARCHAR,
  "pos" VARCHAR,
  "squad" VARCHAR,
  "age" BIGINT,
  "born" BIGINT,
  "n_90s" DOUBLE,
  "sca" BIGINT,
  "sca90" DOUBLE,
  "passlive" BIGINT,
  "passdead" BIGINT,
  "to" BIGINT,
  "sh" BIGINT,
  "fld" BIGINT,
  "def" BIGINT,
  "gca" BIGINT,
  "gca90" DOUBLE,
  "passlive_1" BIGINT,
  "passdead_1" BIGINT,
  "to_1" BIGINT,
  "sh_1" BIGINT,
  "fld_1" BIGINT,
  "def_1" BIGINT
);

Share link

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