Baselight

Points Table Of 5 Leagues In Football 2014-2018

Includes the Goals scored,predicted goals,cards,etc.

@kaggle.thegreatcoder_points_table_of_5_leagues_in_football_20142018

Loading...
Loading...

About this Dataset

Points Table Of 5 Leagues In Football 2014-2018

Context

The points table is one of the most important features o of a league, it helps us understand the position of each team.

Content

This dataset also contains additional features such as red cards, yellow cards, goals scored, losing rate and drawing rate, etc.

Tables

Football Data

@kaggle.thegreatcoder_points_table_of_5_leagues_in_football_20142018.football_data
  • 33.93 KB
  • 490 rows
  • 19 columns
Loading...

CREATE TABLE football_data (
  "league" VARCHAR,
  "year" BIGINT,
  "position" BIGINT,
  "team" VARCHAR,
  "matches" BIGINT,
  "wins" BIGINT,
  "draws" BIGINT,
  "loses" BIGINT,
  "scored" BIGINT,
  "pts" BIGINT,
  "xg" DOUBLE,
  "xga" DOUBLE,
  "n__loser" DOUBLE,
  "n__drawr" DOUBLE,
  "shots" DOUBLE,
  "yellow" DOUBLE,
  "red" DOUBLE,
  "fouls" DOUBLE,
  "s_ontarget" DOUBLE
);

Share link

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