Premier League Standings 2021-22 (Oct 13–2021)
Latest EPL Soccer Table of 20 Teams
@kaggle.pratmo_premier_league_standings_202122_oct_13_2021
Latest EPL Soccer Table of 20 Teams
@kaggle.pratmo_premier_league_standings_202122_oct_13_2021
CREATE TABLE prem_table (
"team" VARCHAR,
"played" BIGINT,
"won" BIGINT,
"drawn" BIGINT,
"lost" BIGINT,
"for" BIGINT,
"against" BIGINT,
"goal_difference" BIGINT,
"points" BIGINT,
"form_last_5_games" VARCHAR
);
Anyone who has the link will be able to view this.