Baselight

Premier League Club Statistics (1992/93 - 2022/23)

Club Statistics in the English Premier League: 1992 to 2023

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c

Loading...
Loading...

About this Dataset

Premier League Club Statistics (1992/93 - 2022/23)

Tables

Red Cards

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.red_cards
  • 5.34 kB
  • 587 rows
  • 4 columns
Loading...
CREATE TABLE red_cards (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Saves

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.saves
  • 5.23 kB
  • 310 rows
  • 4 columns
Loading...
CREATE TABLE saves (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Shots

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.shots
  • 5.72 kB
  • 340 rows
  • 4 columns
Loading...
CREATE TABLE shots (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Shots On Target

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.shots_on_target
  • 5.41 kB
  • 340 rows
  • 4 columns
Loading...
CREATE TABLE shots_on_target (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Tackles

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.tackles
  • 5.81 kB
  • 340 rows
  • 4 columns
Loading...
CREATE TABLE tackles (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Through Balls

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.through_balls
  • 5.35 kB
  • 320 rows
  • 4 columns
Loading...
CREATE TABLE through_balls (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Wins

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.wins
  • 5.48 kB
  • 626 rows
  • 4 columns
Loading...
CREATE TABLE wins (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Yellow Cards

@kaggle.davidantonioteixeira_premier_league_club_statistics_19_62ee583c.yellow_cards
  • 5.81 kB
  • 626 rows
  • 4 columns
Loading...
CREATE TABLE yellow_cards (
  "initial_year" BIGINT,
  "rank" BIGINT,
  "club" VARCHAR,
  "stat" BIGINT
);

Share link

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