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

Goalkeeping Stats
@kaggle.aditya2803_premier_league_team_data.goalkeeping_stats

  • 97.36 KB
  • 2280 rows
  • 34 columns
unnamed_0

Unnamed: 0

date

Date

time

Time

round

Round

day

Day

venue

Venue

result

Result

gf

GF

ga

GA

opponent

Opponent

sota

SoTA

ga_1

GA.1

saves

Saves

save

Save%

cs

CS

psxg

PSxG

psxg_3588aa

PSxG+/-

cmp

Cmp

att

Att

cmp_fbd6fd

Cmp%

att_1

Att.1

thr

Thr

launch

Launch%

avglen

AvgLen

att_2

Att.2

launch_1

Launch%.1

avglen_1

AvgLen.1

opp

Opp

stp

Stp

stp_379866

Stp%

n__opa

#OPA

avgdist

AvgDist

match_report

Match Report

team

Team

Fri Aug 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19:45 (00:15)Matchweek 1FriHomeW43Leicester City4310.253125011118.231.12321815.6223.3Match ReportArsenal
1Sat Aug 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 2SatAwayL1Stoke City4130.751111001447.126.9817Match ReportArsenal
2Sun Aug 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 3SunAwayL4Liverpool10460.63.2-0.83837.51672535.458054.410110114.1Match ReportArsenal
3Sat Sep 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 4SatHomeW3Bournemouth22110.50.55202528160.748.831006615132.5Match ReportArsenal
4Sun Sep 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 5SunAwayDChelsea44110.80.841526.723656.545.3366.755.79333.315.6Match ReportArsenal
5Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20:00 (00:30)Matchweek 6MonHomeW2West Brom2211114666.717523.531.6366.753.3412515.7Match ReportArsenal
6Sun Oct 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)12:00 (16:30)Matchweek 7SunHomeW2Brighton11113742.913323.132.841007411119.8Match ReportArsenal
7Sat Oct 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 8SatAwayL12Watford121.6-0.481942.12047048.851006814214.3114.4Match ReportArsenal
8Sun Oct 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 9SunAwayW52Everton3210.33299999999999991.4-0.631323.124437.540.1666.752.3812.7Match ReportArsenal
9Sat Oct 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 10SatHomeW21Swansea City2110.50.6-0.4347515726.732.73133.3219.1Match ReportArsenal

CREATE TABLE goalkeeping_stats (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" BIGINT,
  "ga" BIGINT,
  "opponent" VARCHAR,
  "sota" BIGINT,
  "ga_1" BIGINT,
  "saves" BIGINT,
  "save" DOUBLE,
  "cs" BIGINT,
  "psxg" DOUBLE,
  "psxg_3588aa" DOUBLE,
  "cmp" BIGINT,
  "att" BIGINT,
  "cmp_fbd6fd" DOUBLE,
  "att_1" BIGINT,
  "thr" BIGINT,
  "launch" DOUBLE,
  "avglen" DOUBLE,
  "att_2" BIGINT,
  "launch_1" DOUBLE,
  "avglen_1" DOUBLE,
  "opp" BIGINT,
  "stp" BIGINT,
  "stp_379866" DOUBLE,
  "n__opa" BIGINT,
  "avgdist" DOUBLE,
  "match_report" VARCHAR,
  "team" VARCHAR
);

Share link

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