English League Championship 22/23
EFL standings and stats for 22/23 season (top 3 teams promoted to EPL for 23/24)
@kaggle.duncankmckinnon_english_league_championship_2223
EFL standings and stats for 22/23 season (top 3 teams promoted to EPL for 23/24)
@kaggle.duncankmckinnon_english_league_championship_2223
CREATE TABLE efl_championship_22_23 (
"team" VARCHAR,
"gp" BIGINT,
"w" BIGINT,
"d" BIGINT,
"l" BIGINT,
"f" BIGINT,
"a" BIGINT,
"gd" BIGINT,
"p" BIGINT,
"rank" BIGINT
);
Anyone who has the link will be able to view this.