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 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
);
Anyone who has the link will be able to view this.