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

Miscellaneous Stats
@kaggle.aditya2803_premier_league_team_data.miscellaneous_stats

  • 69.19 KB
  • 2280 rows
  • 28 columns
unnamed_0

Unnamed: 0

date

Date

time

Time

round

Round

day

Day

venue

Venue

result

Result

gf

GF

ga

GA

opponent

Opponent

crdy

CrdY

crdr

CrdR

n_2crdy

2CrdY

fls

Fls

fld

Fld

off

Off

crs

Crs

int

Int

tklw

TklW

pkwon

PKwon

pkcon

PKcon

og

OG

recov

Recov

won

Won

lost

Lost

won_27ea4a

Won%

match_report

Match Report

team

Team

Fri Aug 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19:45 (00:15)Matchweek 1FriHomeW43Leicester City912521141311311761.1Match ReportArsenal
1Sat Aug 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 2SatAwayL1Stoke City125324851025838.5Match ReportArsenal
2Sun Aug 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 3SunAwayL4Liverpool49657175938657.1Match ReportArsenal
3Sat Sep 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 4SatHomeW3Bournemouth14941218149581240Match ReportArsenal
4Sun Sep 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 5SunAwayDChelsea3151138201097111150Match ReportArsenal
5Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20:00 (00:30)Matchweek 6MonHomeW2West Brom18171813611039660Match ReportArsenal
6Sun Oct 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)12:00 (16:30)Matchweek 7SunHomeW2Brighton782121358215575Match ReportArsenal
7Sat Oct 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 8SatAwayL12Watford1081410141107161453.3Match ReportArsenal
8Sun Oct 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 9SunAwayW52Everton114141151010103162044.4Match ReportArsenal
9Sat Oct 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 10SatHomeW21Swansea City992187111054266.7Match ReportArsenal

CREATE TABLE miscellaneous_stats (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" BIGINT,
  "ga" BIGINT,
  "opponent" VARCHAR,
  "crdy" BIGINT,
  "crdr" BIGINT,
  "n_2crdy" BIGINT,
  "fls" BIGINT,
  "fld" BIGINT,
  "off" BIGINT,
  "crs" BIGINT,
  "int" BIGINT,
  "tklw" BIGINT,
  "pkwon" BIGINT,
  "pkcon" BIGINT,
  "og" BIGINT,
  "recov" BIGINT,
  "won" BIGINT,
  "lost" BIGINT,
  "won_27ea4a" DOUBLE,
  "match_report" VARCHAR,
  "team" VARCHAR
);

Share link

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