English Premier League Points Table 2019-2020
Points Table for the season 2019-20
@kaggle.thegreatcoder_english_premier_league_points_table_20192020
Points Table for the season 2019-20
@kaggle.thegreatcoder_english_premier_league_points_table_20192020
Points table of the EPL season 2019-20 including the GF, GA etc.
Helps to analyze the position of each team in the EPL.
CREATE TABLE premier_league_points_table_2019_20 (
"previous_position" BIGINT,
"position" BIGINT,
"club" VARCHAR,
"played" BIGINT,
"won" BIGINT,
"drawn" BIGINT,
"lost" BIGINT,
"gf" BIGINT,
"ga" BIGINT,
"gd" BIGINT,
"points" BIGINT
);Anyone who has the link will be able to view this.