Baselight

Arsenal EPL (2017/18 - 2022/23)

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

@kaggle.rustemnagimov_arsenal_epl_dataset

Matches
@kaggle.rustemnagimov_arsenal_epl_dataset.matches

  • 13.33 KB
  • 214 rows
  • 12 columns
season

Season

tour

Tour

date

Date

time

Time

opponent

Opponent

hoaw

HoAw

arsenalscore

ArsenalScore

opponentscore

OpponentScore

stadium

Stadium

attendance

Attendance

coach

Coach

referee

Referee

2017/181Fri Aug 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20:45:00Leicesterhome43Emirates Stadium59387Arsène WengerMike Dean
2017/182Sat Aug 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)18:30:00Stoke Cityaway1bet365 Stadium29459Arsène WengerAndre Marriner
2017/183Sun Aug 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:00:00Liverpoolaway4Anfield53206Arsène WengerCraig Pawson
2017/184Sat Sep 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)16:00:00Bournemouthhome3Emirates Stadium59262Arsène WengerAnthony Taylor
2017/185Sun Sep 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)14:30:00ChelseaawayStamford Bridge41478Arsène WengerMichael Oliver
2017/186Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21:00:00West Bromhome2Emirates Stadium59134Arsène WengerBobby Madley
2017/187Sun Oct 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:00:00Brightonhome2Emirates Stadium59378Arsène WengerKevin Friend
2017/188Sat Oct 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)18:30:00Watfordaway12Vicarage Road20384Arsène WengerNeil Swarbrick
2017/189Sun Oct 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)14:30:00Evertonaway52Goodison Park39189Arsène WengerCraig Pawson
2017/1810Sat Oct 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)16:00:00Swanseahome21Emirates Stadium59493Arsène WengerLee Mason

CREATE TABLE matches (
  "season" VARCHAR,
  "tour" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "opponent" VARCHAR,
  "hoaw" VARCHAR,
  "arsenalscore" BIGINT,
  "opponentscore" BIGINT,
  "stadium" VARCHAR,
  "attendance" BIGINT,
  "coach" VARCHAR,
  "referee" VARCHAR
);

Share link

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