Arsenal EPL (2017/18 - 2022/23)
Arsenal FC results and player statistics for the last 6 seasons.
@kaggle.rustemnagimov_arsenal_epl_dataset
Arsenal FC results and player statistics for the last 6 seasons.
@kaggle.rustemnagimov_arsenal_epl_dataset
CREATE TABLE goalkeepers (
"lastname" VARCHAR,
"firstname" VARCHAR,
"date" TIMESTAMP,
"start" BIGINT,
"pos" VARCHAR,
"min" DOUBLE,
"sota" DOUBLE,
"ga" DOUBLE,
"saves" DOUBLE,
"psxg" DOUBLE,
"pkatt" DOUBLE,
"pka" DOUBLE,
"pkm" DOUBLE,
"passatt" DOUBLE,
"throws" DOUBLE,
"avglen" DOUBLE,
"gkatt" DOUBLE,
"gkavglen" DOUBLE,
"c" BIGINT
);
Anyone who has the link will be able to view this.