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

Passing Stats
@kaggle.aditya2803_premier_league_team_data.passing_stats

  • 132.7 KB
  • 2280 rows
  • 33 columns
unnamed_0

Unnamed: 0

date

Date

time

Time

round

Round

day

Day

venue

Venue

result

Result

gf

GF

ga

GA

opponent

Opponent

cmp

Cmp

att

Att

cmp_fbd6fd

Cmp%

totdist

TotDist

prgdist

PrgDist

cmp_1

Cmp.1

att_1

Att.1

cmp_1_c8ea36

Cmp%.1

cmp_2

Cmp.2

att_2

Att.2

cmp_2_b6e57c

Cmp%.2

cmp_3

Cmp.3

att_3

Att.3

cmp_3_98370a

Cmp%.3

ast

Ast

xa

XA

kp

KP

n_1_3

1/3

ppa

PPA

crspa

CrsPA

prog

Prog

match_report

Match Report

team

Team

Sun Aug 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 1SunHomeL2Manchester City31943074.26264210031127.323929381.67712661.10.49257136Match ReportArsenal
1Sat Aug 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 2SatAwayL23Chelsea35144778.57285230441233.324128385.210615269.711.914288136Match ReportArsenal
2Sat Aug 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 3SatHomeW31West Ham47358081.687223193245038044585.49113169.521.113389150Match ReportArsenal
3Sun Sep 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 4SunAwayW32Cardiff City54665583.41086335431128.34144658913117873.630.8123816165Match ReportArsenal
4Sat Sep 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 5SatAwayW21Newcastle Utd5336428310302319261735.340045088.912717572.60.474712350Match ReportArsenal
5Sun Sep 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 6SunHomeW2Everton50561282.510497334551145.536040189.81402007020.984110259Match ReportArsenal
6Sat Sep 29 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 7SatHomeW2Watford46759179906130268204035440587.410516663.310.974314351Match ReportArsenal
7Sun Oct 07 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12:00 (16:30)Matchweek 8SunAwayW51Fulham43155278.18581320251729.432638684.510014967.151.182911150Match ReportArsenal
8Mon Oct 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time)20:00 (00:30)Matchweek 9MonHomeW31Leicester City63273885.611052336521216.752058189.511014575.932.593614248Match ReportArsenal
9Sun Oct 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (19:00)Matchweek 10SunAwayD22Crystal Palace48859681.99273245791752.936843085.611114974.50.1228429Match ReportArsenal

CREATE TABLE passing_stats (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" BIGINT,
  "ga" BIGINT,
  "opponent" VARCHAR,
  "cmp" BIGINT,
  "att" BIGINT,
  "cmp_fbd6fd" DOUBLE,
  "totdist" BIGINT,
  "prgdist" BIGINT,
  "cmp_1" BIGINT,
  "att_1" BIGINT,
  "cmp_1_c8ea36" DOUBLE,
  "cmp_2" BIGINT,
  "att_2" BIGINT,
  "cmp_2_b6e57c" DOUBLE,
  "cmp_3" BIGINT,
  "att_3" BIGINT,
  "cmp_3_98370a" DOUBLE,
  "ast" BIGINT,
  "xa" DOUBLE,
  "kp" BIGINT,
  "n_1_3" BIGINT,
  "ppa" BIGINT,
  "crspa" BIGINT,
  "prog" BIGINT,
  "match_report" VARCHAR,
  "team" VARCHAR
);

Share link

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