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

Shooting Stats
@kaggle.aditya2803_premier_league_team_data.shooting_stats

  • 65.06 KB
  • 2280 rows
  • 26 columns
unnamed_0

Unnamed: 0

date

Date

time

Time

round

Round

day

Day

venue

Venue

result

Result

gf

GF

ga

GA

opponent

Opponent

gls

Gls

pk

PK

pkatt

PKatt

sh

Sh

sot

SoT

fk

FK

sot_d2d6f4

SoT%

g_sh

G/Sh

g_sot

G/SoT

xg

XG

npxg

NpxG

npxg_sh

NpxG/Sh

g_xg

G-xG

np_g_xg

Np:G-xG

match_report

Match Report

team

Team

Sun Aug 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 1SunHomeL2Manchester City9333.30.40.40.05-0.4-0.4Match ReportArsenal
1Sat Aug 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)17:30 (22:00)Matchweek 2SatAwayL23Chelsea216637.50.130.33220.13Match ReportArsenal
2Sat Aug 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 3SatHomeW31West Ham21810155.60.110.21.71.70.090.30.3Match ReportArsenal
3Sun Sep 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (18:00)Matchweek 4SunAwayW32Cardiff City3171164.70.180.271.81.80.111.21.2Match ReportArsenal
4Sat Sep 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 5SatAwayW21Newcastle Utd2112118.20.1810.70.70.061.31.3Match ReportArsenal
5Sun Sep 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:00 (20:30)Matchweek 6SunHomeW2Everton29555.60.220.40.90.90.11.11.1Match ReportArsenal
6Sat Sep 29 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15:00 (19:30)Matchweek 7SatHomeW2Watford19222.20.110.51.41.40.16-0.4-0.4Match ReportArsenal
7Sun Oct 07 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12:00 (16:30)Matchweek 8SunAwayW51Fulham59777.80.560.711.11.10.133.93.9Match ReportArsenal
8Mon Oct 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time)20:00 (00:30)Matchweek 9MonHomeW31Leicester City3197236.80.160.432.92.90.150.10.1Match ReportArsenal
9Sun Oct 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13:30 (19:00)Matchweek 10SunAwayD22Crystal Palace272228.60.2910.60.60.091.41.4Match ReportArsenal

CREATE TABLE shooting_stats (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" BIGINT,
  "ga" BIGINT,
  "opponent" VARCHAR,
  "gls" BIGINT,
  "pk" BIGINT,
  "pkatt" BIGINT,
  "sh" BIGINT,
  "sot" BIGINT,
  "fk" BIGINT,
  "sot_d2d6f4" DOUBLE,
  "g_sh" DOUBLE,
  "g_sot" DOUBLE,
  "xg" DOUBLE,
  "npxg" DOUBLE,
  "npxg_sh" DOUBLE,
  "g_xg" DOUBLE,
  "np_g_xg" DOUBLE,
  "match_report" VARCHAR,
  "team" VARCHAR
);

Share link

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