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

Premierleagueplayershootingstats22–23
@kaggle.ameyaranade_premier_league_player_stats_2022_23.premierleagueplayershootingstats22_23

  • 40.74 KB
  • 569 rows
  • 24 columns
player

Player

nation

Nation

pos

Pos

squad

Squad

age

Age

born

Born

n_90s

90s

gls

Gls

sh

Sh

sot

SoT

sot_d2d6f4

SoT%

sh_90

Sh/90

sot_90

SoT/90

g_sh

G/Sh

g_sot

G/SoT

dist

Dist

fk

FK

pk

PK

pkatt

PKatt

xg

XG

npxg

NpxG

npxg_sh

NpxG/Sh

g_xg

G-xG

np_g_xg

Np:G-xG

Brenden Aaronsonus USAMF,FWLeeds United21200026.41419221.560.340.020.1118.423.93.90.09-2.9-2.9
George Abbotteng ENGMFTottenham162005
Che Adamssct SCOFWSouthampton26199622.15471429.82.120.630.110.3613.86.66.60.14-1.6-1.6
Tyler Adamsus USAMFLeeds United2319992440.1727.50.10.10.03-0.1-0.1
Tosin Adarabioyoeng ENGDFFulham24199723.21164250.690.170.060.2521.210.70.70.040.30.3
Nayef Aguerdma MARDFWest Ham26199617.7212216.70.680.110.1719.92.22.20.19-0.2-0.2
Naouirou Ahamadafr FRAMF,FWCrystal Palace202002132.8715.90.20.20.05-0.2-0.2
Rayan Aït Nouridz ALGDFWolves212001121105500.840.420.10.214.10.70.70.070.30.3
Kristoffer Ajerno NORDFBrentford2419988.510.1260.04
Manuel Akanjich SUIDFManchester City27199525.415213.30.590.0815.91.31.30.09-1.3-1.3

CREATE TABLE premierleagueplayershootingstats22_23 (
  "player" VARCHAR,
  "nation" VARCHAR,
  "pos" VARCHAR,
  "squad" VARCHAR,
  "age" BIGINT,
  "born" BIGINT,
  "n_90s" DOUBLE,
  "gls" BIGINT,
  "sh" BIGINT,
  "sot" BIGINT,
  "sot_d2d6f4" DOUBLE,
  "sh_90" DOUBLE,
  "sot_90" DOUBLE,
  "g_sh" DOUBLE,
  "g_sot" DOUBLE,
  "dist" DOUBLE,
  "fk" BIGINT,
  "pk" BIGINT,
  "pkatt" BIGINT,
  "xg" DOUBLE,
  "npxg" DOUBLE,
  "npxg_sh" DOUBLE,
  "g_xg" DOUBLE,
  "np_g_xg" DOUBLE
);

Share link

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