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

Rosters Epl 1920
@kaggle.scientistdat_epl_2019_2020_match_data.rosters_epl_1920

  • 429.75 KB
  • 10614 rows
  • 23 columns
unnamed_0

Unnamed: 0

assists

Assists

goals

Goals

h_a

H A

id

Id

key_passes

Key Passes

match_id

Match Id

own_goals

Own Goals

player

Player

player_id

Player Id

position

Position

positionorder

PositionOrder

red_card

Red Card

roster_in

Roster In

roster_out

Roster Out

shots

Shots

team_id

Team Id

time

Time

xa

XA

xg

XG

xgbuildup

XGBuildup

xgchain

XGChain

yellow_card

Yellow Card

h34115211643Alisson1257GK13411648738
11h341153311643Trent Alexander-Arnold1791DR2287901.0557014942169190.17549230158329010.12669102847576141.2044261693954468
21h34115411643Virgil van Dijk833DC3187900.1053155139088630.12669102847576140.1266910284757614
3h341155111643Joseph Gomez987DC387900.02203359641134730.0220335964113473
4h341156111643Andrew Robertson1688DL4287900.04572838544845580.06685501337051390.22196750342845910.3214750587940216
5h34115911643Jordan Henderson605MC9287900.23221270740032190.35352873802185060.5857414603233337
6h341157111643Fabinho3420MC9187900.07799225300550460.01472642645239830.58574146032333370.6784601211547852
7h34115811643Georginio Wijnaldum771MC987900.38494330644607540.3849433064460754
811h341160311643Mohamed Salah1250FWR14287900.30611366033554070.44480910897254940.9436573982238771.5892646312713623
91h341161111643Roberto Firmino482FW15341165487890.36681687831878660.93845409154891961.305271029472351

CREATE TABLE rosters_epl_1920 (
  "unnamed_0" BIGINT,
  "assists" BIGINT,
  "goals" BIGINT,
  "h_a" VARCHAR,
  "id" BIGINT,
  "key_passes" BIGINT,
  "match_id" BIGINT,
  "own_goals" BIGINT,
  "player" VARCHAR,
  "player_id" BIGINT,
  "position" VARCHAR,
  "positionorder" BIGINT,
  "red_card" BIGINT,
  "roster_in" BIGINT,
  "roster_out" BIGINT,
  "shots" BIGINT,
  "team_id" BIGINT,
  "time" BIGINT,
  "xa" DOUBLE,
  "xg" DOUBLE,
  "xgbuildup" DOUBLE,
  "xgchain" DOUBLE,
  "yellow_card" BIGINT
);

Share link

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