Baselight

English Premier League Points Table 2019-2020

Points Table for the season 2019-20

@kaggle.thegreatcoder_english_premier_league_points_table_20192020

Loading...
Loading...

About this Dataset

English Premier League Points Table 2019-2020

Context

Points table of the EPL season 2019-20 including the GF, GA etc.

Content

Helps to analyze the position of each team in the EPL.

Tables

Premier League Points Table 2019–20

@kaggle.thegreatcoder_english_premier_league_points_table_20192020.premier_league_points_table_2019_20
  • 8.85 kB
  • 20 rows
  • 11 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.