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

Shots Epl 1920
@kaggle.scientistdat_epl_2019_2020_match_data.shots_epl_1920

  • 302.31 KB
  • 9427 rows
  • 21 columns
unnamed_0

Unnamed: 0

x

X

y

Y

a_goals

A Goals

a_team

A Team

date

Date

h_a

H A

h_goals

H Goals

h_team

H Team

id

Id

lastaction

LastAction

match_id

Match Id

minute

Minute

player

Player

player_assisted

Player Assisted

player_id

Player Id

result

Result

season

Season

shottype

ShotType

situation

Situation

xg

XG

0.88300003051757810.71300003051757811NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309897Pass1164315Andrew RobertsonDivock Origi1688MissedShots2019LeftFootOpenPlay0.0537791661918163
10.9330000305175780.36700000762939451NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309898Pass1164318Mohamed SalahRoberto Firmino1250Goal2019LeftFootOpenPlay0.3668168783187866
20.9219999694824220.51099998474121091NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309901Cross1164327Virgil van DijkMohamed Salah833Goal2019HeadFromCorner0.105315513908863
30.87800003051757810.5551NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309902Cross1164330Roberto FirminoTrent Alexander-Arnold482SavedShot2019LeftFootOpenPlay0.1120441555976867
40.89099998474121090.531NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309904Chipped1164341Divock OrigiTrent Alexander-Arnold484Goal2019HeadOpenPlay0.2582522630691528
50.84800003051757810.69400001525878911NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309905Pass1164346Roberto FirminoAndrew Robertson482BlockedShot2019LeftFootOpenPlay0.0457283854484558
60.8750.531NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309906Cross1164347Jordan HendersonDivock Origi605SavedShot2019RightFootOpenPlay0.1266910284757614
70.96400001525878920.54200000762939451NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309907Pass1164347Roberto FirminoTrent Alexander-Arnold482ShotOnPost2019LeftFootOpenPlay0.6854050755500793
80.880.33900001525878911NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309908BallRecovery1164353Mohamed SalahFabinho1250MissedShots2019LeftFootOpenPlay0.0779922530055046
90.84900001525878910.41799999237060551NorwichFri Aug 09 2019 20:00:00 GMT+0000 (Coordinated Universal Time)h4Liverpool309909Pass1164354Jordan HendersonMohamed Salah605BlockedShot2019RightFootOpenPlay0.1055216640233993

CREATE TABLE shots_epl_1920 (
  "unnamed_0" BIGINT,
  "x" DOUBLE,
  "y" DOUBLE,
  "a_goals" BIGINT,
  "a_team" VARCHAR,
  "date" TIMESTAMP,
  "h_a" VARCHAR,
  "h_goals" BIGINT,
  "h_team" VARCHAR,
  "id" BIGINT,
  "lastaction" VARCHAR,
  "match_id" BIGINT,
  "minute" BIGINT,
  "player" VARCHAR,
  "player_assisted" VARCHAR,
  "player_id" BIGINT,
  "result" VARCHAR,
  "season" BIGINT,
  "shottype" VARCHAR,
  "situation" VARCHAR,
  "xg" DOUBLE
);

Share link

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