Baselight

Premier League Matches 1993-2023

Results of each match in the Premier League history

@kaggle.evangower_premier_league_matches_19922022

Premier League Matches
@kaggle.evangower_premier_league_matches_19922022.premier_league_matches

  • 79.18 KB
  • 12026 rows
  • 8 columns
season_end_year

Season End Year

wk

Wk

date

Date

home

Home

homegoals

HomeGoals

awaygoals

AwayGoals

away

Away

ftr

FTR

19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Coventry City21MiddlesbroughH
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Leeds United21WimbledonH
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Sheffield Utd21Manchester UtdH
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Crystal Palace33BlackburnD
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Arsenal24Norwich CityA
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Ipswich Town11Aston VillaD
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Everton11Sheffield WedsD
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)SouthamptonTottenhamD
19931Sat Aug 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Chelsea11Oldham AthleticD
19931Sun Aug 16 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Nott'ham Forest1LiverpoolH

CREATE TABLE premier_league_matches (
  "season_end_year" BIGINT,
  "wk" BIGINT,
  "date" TIMESTAMP,
  "home" VARCHAR,
  "homegoals" BIGINT,
  "awaygoals" BIGINT,
  "away" VARCHAR,
  "ftr" VARCHAR
);

Share link

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