Baselight

Premier League 2022-2023

Explore data from every game and every team in the 2022-2023 season of the EPL

@kaggle.evangower_premier_league_2022_2023

Loading...
Loading...

About this Dataset

Premier League 2022-2023

Explore match day statistics of every game and every team during the 2022-2023 season of the English Premier League! Dataset will be updated till the season ends.

Match data includes data, teams, referee, and stats by home and away side such as fouls, shots, cards, and more! Also included is a dataset of the clubs info such as team colors, abbreviation, and team logo image.

The 2022–23 Premier League is the 31th season of the Premier League, the top English professional league for association football clubs since its establishment in 1992, and the 124rd season of top-flight English football overall.

Tables

Epl Clubs Info 2022–23

@kaggle.evangower_premier_league_2022_2023.epl_clubs_info_2022_23
  • 4.08 KB
  • 20 rows
  • 4 columns
Loading...

CREATE TABLE epl_clubs_info_2022_23 (
  "club_name" VARCHAR,
  "abv" VARCHAR,
  "hex_code" VARCHAR,
  "logo_link" VARCHAR
);

Epl Results 2022–23

@kaggle.evangower_premier_league_2022_2023.epl_results_2022_23
  • 20.97 KB
  • 380 rows
  • 23 columns
Loading...

CREATE TABLE epl_results_2022_23 (
  "date" TIMESTAMP,
  "time" VARCHAR,
  "hometeam" VARCHAR,
  "awayteam" VARCHAR,
  "fthg" BIGINT,
  "ftag" BIGINT,
  "ftr" VARCHAR,
  "hthg" BIGINT,
  "htag" BIGINT,
  "htr" VARCHAR,
  "referee" VARCHAR,
  "hs" BIGINT,
  "as" BIGINT,
  "hst" BIGINT,
  "ast" BIGINT,
  "hf" BIGINT,
  "af" BIGINT,
  "hc" BIGINT,
  "ac" BIGINT,
  "hy" BIGINT,
  "ay" BIGINT,
  "hr" BIGINT,
  "ar" BIGINT
);

Share link

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