Baselight

EPL 2019–2020 Match Data

The dataset gives play by play data for the EPL 2019-20 season

@kaggle.scientistdat_epl_2019_2020_match_data

Match Infos Epl 1920
@kaggle.scientistdat_epl_2019_2020_match_data.match_infos_epl_1920

  • 49.68 KB
  • 380 rows
  • 26 columns
unnamed_0

Unnamed: 0

a

A

a_deep

A Deep

a_goals

A Goals

a_ppda

A Ppda

a_shot

A Shot

a_shotontarget

A ShotOnTarget

a_xg

A Xg

date

Date

fid

Fid

h

H

h_d

H D

h_deep

H Deep

h_goals

H Goals

h_l

H L

h_ppda

H Ppda

h_shot

H Shot

h_shotontarget

H ShotOnTarget

h_w

H W

h_xg

H Xg

id

Id

league

League

league_id

League Id

season

Season

team_a

Team A

team_h

Team H

795121.45451250.842407Fri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)1375927870.17321140.08915.94291570.73772.2345611643EPL12019NorwichLiverpool
188956.93551493.18377Sat Aug 10 2019 12:30:00 GMT+0000 (Coordinated Universal Time)1375928810.116610.838216.4530.04521.200311644EPL12019Manchester CityWest Ham
2238619.1333831.59864Sat Aug 10 2019 15:00:00 GMT+0000 (Coordinated Universal Time)1375929730.3923410.399413.61330.20831.3409911645EPL12019Sheffield UnitedBournemouth
37495.51131.08752Sat Aug 10 2019 15:00:00 GMT+0000 (Coordinated Universal Time)1375930920.344230.38989.27781040.2660.90924111646EPL12019SouthamptonBurnley
47254.07411031.2246Sat Aug 10 2019 15:00:00 GMT+0000 (Coordinated Universal Time)1375931780.323150.434211.3077620.24270.8715911647EPL12019EvertonCrystal Palace
52205311.5530.855516Sat Aug 10 2019 15:00:00 GMT+0000 (Coordinated Universal Time)1375933900.36270.39469.78571130.24340.67002211648EPL12019BrightonWatford
6712113.4211740.639599Sat Aug 10 2019 17:30:00 GMT+0000 (Coordinated Universal Time)1375934820.12731530.05075.253170.8222.5726211649EPL12019Aston VillaTottenham
78310111.0526821.13309Sun Aug 11 2019 14:00:00 GMT+0000 (Coordinated Universal Time)1375935860.305710.589113.2069920.10520.38055111650EPL12019ArsenalNewcastle United
8229318.6667820.812949Sun Aug 11 2019 14:00:00 GMT+0000 (Coordinated Universal Time)1375932750.381970.40076.43481610.21740.54375911651EPL12019Wolverhampton WanderersLeicester
98046.45241871.09534Sun Aug 11 2019 16:30:00 GMT+0000 (Coordinated Universal Time)1375936890.1782840.1079.06451150.71482.3744211652EPL12019ChelseaManchester United

CREATE TABLE match_infos_epl_1920 (
  "unnamed_0" BIGINT,
  "a" BIGINT,
  "a_deep" BIGINT,
  "a_goals" BIGINT,
  "a_ppda" DOUBLE,
  "a_shot" BIGINT,
  "a_shotontarget" BIGINT,
  "a_xg" DOUBLE,
  "date" TIMESTAMP,
  "fid" BIGINT,
  "h" BIGINT,
  "h_d" DOUBLE,
  "h_deep" BIGINT,
  "h_goals" BIGINT,
  "h_l" DOUBLE,
  "h_ppda" DOUBLE,
  "h_shot" BIGINT,
  "h_shotontarget" BIGINT,
  "h_w" DOUBLE,
  "h_xg" DOUBLE,
  "id" BIGINT,
  "league" VARCHAR,
  "league_id" BIGINT,
  "season" BIGINT,
  "team_a" VARCHAR,
  "team_h" VARCHAR
);

Share link

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