Baselight

Premier League Detailed Team Data

Premier League Detailed Team Data of season 17/18, 18/19 and 19/20

@kaggle.aditya2803_premier_league_team_data

Match Info
@kaggle.aditya2803_premier_league_team_data.match_info

  • 58.32 KB
  • 2280 rows
  • 20 columns
unnamed_0

Unnamed: 0

date

Date

time

Time

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

team

Team

Fri Aug 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19:45 (00:15)Matchweek 1FriHomeW43Leicester City2.31.56859387Petr Čech3-4-3Mike DeanMatch ReportArsenal
1Sat Aug 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 2SatAwayL1Stoke City1.40.87729459Petr Čech3-4-3Andre MarrinerMatch ReportArsenal
2Sun Aug 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 3SunAwayL4Liverpool0.72.75153206Laurent Koscielny3-4-3Craig PawsonMatch ReportArsenal
3Sat Sep 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 4SatHomeW3Bournemouth1.50.75859262Laurent Koscielny3-4-3Anthony TaylorMatch ReportArsenal
4Sun Sep 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 5SunAwayDChelsea10.65041478Laurent Koscielny3-4-3Michael OliverMatch ReportArsenal
5Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20:00 (00:30)Matchweek 6MonHomeW2West Brom21.26859134Laurent Koscielny3-4-3Robert MadleyMatch ReportArsenal
6Sun Oct 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)12:00 (16:30)Matchweek 7SunHomeW2Brighton2.40.76559378Petr Čech3-4-3Kevin FriendMatch ReportArsenal
7Sat Oct 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 8SatAwayL12Watford11.55320384Per Mertesacker3-4-3Niel SwarbrickMatch ReportArsenal
8Sun Oct 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 9SunAwayW52Everton3.21.36739189Per Mertesacker3-4-3Craig PawsonMatch ReportArsenal
9Sat Oct 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 10SatHomeW21Swansea City1.70.57359493Per Mertesacker3-4-3Lee MasonMatch ReportArsenal

CREATE TABLE match_info (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" BIGINT,
  "ga" BIGINT,
  "opponent" VARCHAR,
  "xg" DOUBLE,
  "xga" DOUBLE,
  "poss" BIGINT,
  "attendance" DOUBLE,
  "captain" VARCHAR,
  "formation" VARCHAR,
  "referee" VARCHAR,
  "match_report" VARCHAR,
  "notes" VARCHAR,
  "team" VARCHAR
);

Share link

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