Premier League Matches 1993-2023
Results of each match in the Premier League history
@kaggle.evangower_premier_league_matches_19922022
Results of each match in the Premier League history
@kaggle.evangower_premier_league_matches_19922022
CREATE TABLE premier_league_matches (
"season_end_year" BIGINT,
"wk" BIGINT,
"date" TIMESTAMP,
"home" VARCHAR,
"homegoals" BIGINT,
"awaygoals" BIGINT,
"away" VARCHAR,
"ftr" VARCHAR
);
Anyone who has the link will be able to view this.