Baselight

English Premier League(2020-2022) Dataset

Team stats for all Premier League games 2020-2022

@kaggle.shubhamgadekar_english_premier_league20202022_dataset

Matches
@kaggle.shubhamgadekar_english_premier_league20202022_dataset.matches

  • 38.99 KB
  • 1052 rows
  • 28 columns
unnamed_0

Unnamed: 0

date

Date

time

Time

comp

Comp

round

Round

day

Day

venue

Venue

result

Result

gf

Gf

ga

Ga

opponent

Opponent

xg

Xg

xga

Xga

poss

Poss

attendance

Attendance

captain

Captain

formation

Formation

referee

Referee

match_report

Match Report

notes

Notes

sh

Sh

sot

Sot

dist

Dist

fk

Fk

pk

Pk

pkatt

Pkatt

season

Season

team

Team

Fri Aug 05 2022 00:00:00 GMT+0000 (Coordinated Universal Time)20:00Premier LeagueMatchweek 1FriAwayW2Crystal Palace11.24425286Martin Ødegaard4-3-3Anthony TaylorMatch Report10214.612022Arsenal
1Sat Aug 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)15:00Premier LeagueMatchweek 2SatHomeW42Leicester City2.70.55060033Martin Ødegaard4-3-3Darren EnglandMatch Report197132022Arsenal
2Sat Aug 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)17:30Premier LeagueMatchweek 3SatAwayW3Bournemouth1.30.35710423Martin Ødegaard4-3-3Craig PawsonMatch Report14614.82022Arsenal
3Sat Aug 27 2022 00:00:00 GMT+0000 (Coordinated Universal Time)17:30Premier LeagueMatchweek 4SatHomeW21Fulham2.60.87160164Martin Ødegaard4-3-3Jarred GillettMatch Report22815.512022Arsenal
4Wed Aug 31 2022 00:00:00 GMT+0000 (Coordinated Universal Time)19:30Premier LeagueMatchweek 5WedHomeW21Aston Villa2.40.45960012Martin Ødegaard4-3-3Robert JonesMatch Report22816.312022Arsenal
5Sun Sep 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)16:30Premier LeagueMatchweek 6SunAwayL13Manchester Utd1.31.56073431Martin Ødegaard4-3-3Paul TierneyMatch Report16318.612022Arsenal
7Sun Sep 18 2022 00:00:00 GMT+0000 (Coordinated Universal Time)12:00Premier LeagueMatchweek 8SunAwayW3Brentford1.50.56317122Granit Xhaka4-3-3David CooteMatch Report13718.22022Arsenal
8Sat Oct 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)12:30Premier LeagueMatchweek 9SatHomeW31Tottenham2.41.66460278Martin Ødegaard4-3-3Anthony TaylorMatch Report22918.612022Arsenal
10Sun Oct 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)16:30Premier LeagueMatchweek 10SunHomeW32Liverpool2.71.14360059Martin Ødegaard4-3-3Michael OliverMatch Report10614.3112022Arsenal
12Sun Oct 16 2022 00:00:00 GMT+0000 (Coordinated Universal Time)14:00Premier LeagueMatchweek 11SunAwayW1Leeds United0.51.85336700Martin Ødegaard4-3-3Chris KavanaghMatch Report9416.612022Arsenal

CREATE TABLE matches (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "comp" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" DOUBLE,
  "ga" DOUBLE,
  "opponent" VARCHAR,
  "xg" DOUBLE,
  "xga" DOUBLE,
  "poss" DOUBLE,
  "attendance" DOUBLE,
  "captain" VARCHAR,
  "formation" VARCHAR,
  "referee" VARCHAR,
  "match_report" VARCHAR,
  "notes" VARCHAR,
  "sh" DOUBLE,
  "sot" DOUBLE,
  "dist" DOUBLE,
  "fk" DOUBLE,
  "pk" DOUBLE,
  "pkatt" DOUBLE,
  "season" BIGINT,
  "team" VARCHAR
);

Share link

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