Baselight

Arsenal EPL (2017/18 - 2022/23)

Arsenal FC results and player statistics for the last 6 seasons.

@kaggle.rustemnagimov_arsenal_epl_dataset

Players
@kaggle.rustemnagimov_arsenal_epl_dataset.players

  • 57.49 KB
  • 2741 rows
  • 28 columns
lastname

LastName

firstname

FirstName

date

Date

start

Start

pos

Pos

min

Min

g

G

a

A

pk

PK

pka

PKA

s

S

sot

SoT

yk

YK

rk

RK

touches

Touches

tackles

Tackles

ints

Ints

blocks

Blocks

xg

XG

npxg

NpxG

xag

XAG

passes

Passes

passesa

PassesA

prgpas

PrgPas

carries

Carries

prgcar

PrgCar

line

Line

c

C

AubameyangPierre-EmerickSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1LW661113620.80.8183124Forward
BellerinHectorSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1RB906211242473252Defender
HoldingRobSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1CB90752145463842Defender
IwobiAlexSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1RM715514752443Midfielder
KolasinacSeadSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1LB67152110.30.335431261Defender
LacazetteAlexandreSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1FW90114010.20.231364312Forward
MkhitaryanHenrikhSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1RW9026020.10.10.233495481Forward
MustafiShkodranSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1CB9067130.34348340Defender
RamseyAaronSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1LM901216230.834502471Midfielder1
XhakaGranitSun May 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1CM90166225457839Midfielder

CREATE TABLE players (
  "lastname" VARCHAR,
  "firstname" VARCHAR,
  "date" TIMESTAMP,
  "start" BIGINT,
  "pos" VARCHAR,
  "min" DOUBLE,
  "g" DOUBLE,
  "a" DOUBLE,
  "pk" DOUBLE,
  "pka" DOUBLE,
  "s" DOUBLE,
  "sot" DOUBLE,
  "yk" DOUBLE,
  "rk" DOUBLE,
  "touches" DOUBLE,
  "tackles" DOUBLE,
  "ints" DOUBLE,
  "blocks" DOUBLE,
  "xg" DOUBLE,
  "npxg" DOUBLE,
  "xag" DOUBLE,
  "passes" DOUBLE,
  "passesa" DOUBLE,
  "prgpas" DOUBLE,
  "carries" DOUBLE,
  "prgcar" DOUBLE,
  "line" VARCHAR,
  "c" BIGINT
);

Share link

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