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
Stats of all the players who have featured in the Premier League Season 2022/23.
@kaggle.ameyaranade_premier_league_player_stats_2022_23
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
);
Anyone who has the link will be able to view this.