Baselight

EPL Weekly Review

Premier League Match Update - Week __

@kaggle.willianoliveiragibin_epl_weekly_review

Epl Woman Matches New
@kaggle.willianoliveiragibin_epl_weekly_review.epl_woman_matches_new

  • 29.15 KB
  • 456 rows
  • 29 columns
order

Order

date

Date

time

Time

comp

Comp

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

sh

Sh

sot

SoT

dist

Dist

fk

FK

pk

PK

pkatt

PKatt

season

Season

team

Team

longitude

Longitude

latitude

Latitude

Sun Aug 13 2023 00:00:00 GMT+0000 (Coordinated Universal Time)16:30Premier LeagueMatchweek 1SunAwayD11Chelsea1.31.43540096Virgil van Dijk4-3-2003Anthony TaylorMatch Report13117.82024Liverpool-29.886534.084
1Sat Aug 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)15:00Premier LeagueMatchweek 2SatHomeW31Bournemouth31.36453145Virgil van Dijk4-3-2003Thomas BramallMatch Report25916.8112024Liverpool-22.426534.808
2Sun Aug 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)16:30Premier LeagueMatchweek 3SunAwayW21Newcastle Utd0.924152214Virgil van Dijk4-3-2003John BrooksMatch Report9417.212024Liverpool-1.278515.074
3Sun Sep 03 2023 00:00:00 GMT+0000 (Coordinated Universal Time)14:00Premier LeagueMatchweek 4SunHomeW3Aston Villa2.50.76350109Trent Alexander-Arnold4-3-2003Simon HooperMatch Report17414.72024Liverpool-18.904524.862
4Sat Sep 16 2023 00:00:00 GMT+0000 (Coordinated Universal Time)12:30Premier LeagueMatchweek 5SatAwayW31Wolves2.50.66531257Andrew Robertson4-3-2003Michael OliverMatch Report16515.82024Liverpool-1.372508.225
6Sun Sep 24 2023 00:00:00 GMT+0000 (Coordinated Universal Time)14:00Premier LeagueMatchweek 6SunHomeW31West Ham31.16350136Virgil van Dijk4-3-2003Chris KavanaghMatch Report21619.32112024Liverpool-16.174549.783
8Sat Sep 30 2023 00:00:00 GMT+0000 (Coordinated Universal Time)17:30Premier LeagueMatchweek 7SatAwayL12Tottenham1.32.23662001Virgil van Dijk4-3-2003Simon HooperMatch Report12414.92024Liverpool-21.296525.862
10Sun Oct 08 2023 00:00:00 GMT+0000 (Coordinated Universal Time)14:00Premier LeagueMatchweek 8SunAwayD22Brighton2.32.35431752Virgil van Dijk4-3-2003Anthony TaylorMatch Report13318.8112024Liverpool-18.795507.208
11Sat Oct 21 2023 00:00:00 GMT+0000 (Coordinated Universal Time)12:30Premier LeagueMatchweek 9SatHomeW2Everton2.20.17750201Virgil van Dijk4-3-2003Craig PawsonMatch Report25522.41112024Liverpool-22.307537.893
13Sun Oct 29 2023 00:00:00 GMT+0000 (Coordinated Universal Time)14:00Premier LeagueMatchweek 10SunHomeW3Nott'ham Forest3.20.47250143Virgil van Dijk4-3-2003Chris KavanaghMatch Report21819.522024Liverpool-14.709533.811

CREATE TABLE epl_woman_matches_new (
  "order" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "comp" VARCHAR,
  "round" VARCHAR,
  "day" VARCHAR,
  "venue" VARCHAR,
  "result" VARCHAR,
  "gf" DOUBLE,
  "ga" DOUBLE,
  "opponent" VARCHAR,
  "xg" DOUBLE,
  "xga" DOUBLE,
  "poss" DOUBLE,
  "attendance" DOUBLE,
  "captain" VARCHAR,
  "formation" VARCHAR,
  "referee" VARCHAR,
  "match_report" VARCHAR,
  "sh" DOUBLE,
  "sot" DOUBLE,
  "dist" DOUBLE,
  "fk" DOUBLE,
  "pk" BIGINT,
  "pkatt" BIGINT,
  "season" BIGINT,
  "team" VARCHAR,
  "longitude" DOUBLE,
  "latitude" DOUBLE
);

Share link

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