Premier League Standings 1993-2024
League standings of every English Premier League season
@kaggle.evangower_english_premier_league_standings
League standings of every English Premier League season
@kaggle.evangower_english_premier_league_standings
CREATE TABLE pl_tables_1993_2024 (
"season_end_year" BIGINT,
"team" VARCHAR,
"position" BIGINT,
"played" BIGINT,
"won" BIGINT,
"drawn" BIGINT,
"lost" BIGINT,
"gf" BIGINT,
"ga" BIGINT,
"gd" BIGINT,
"points" BIGINT,
"notes" VARCHAR
);
Anyone who has the link will be able to view this.