Baselight

European Football Season 2022/23

Database for European football leagues during the 2022/23 season.

@kaggle.mcarujo_european_football_season_202223

Loading...
Loading...

About this Dataset

European Football Season 2022/23

This dataset contains information related to many national championships in Europe as well as the continental league.

Competitions:

For each competition, there are two datasets: events and matches.

  • Events -> as the name suggests, save the time of each event (ex: goal, red card) that happened in the match.
  • Matches -> a match overview information (ex: score, lineup, location, date).
  • Tables -> the board league.

Inspiration

The inspiration for creating this dataset is to analyze the performance of teams during the competition and relate them to the bet on other platforms around the world.

Source

Tables

Table Premier League 2022–23

@kaggle.mcarujo_european_football_season_202223.table_premier_league_2022_23
  • 6.92 KB
  • 20 rows
  • 9 columns
Loading...

CREATE TABLE table_premier_league_2022_23 (
  "team" VARCHAR,
  "position" BIGINT,
  "pl" BIGINT,
  "w" BIGINT,
  "d" BIGINT,
  "l" BIGINT,
  "gd" BIGINT,
  "pts" BIGINT,
  "group_name" VARCHAR
);

Table Serie 2022–23

@kaggle.mcarujo_european_football_season_202223.table_serie_2022_23
  • 6.79 KB
  • 20 rows
  • 9 columns
Loading...

CREATE TABLE table_serie_2022_23 (
  "team" VARCHAR,
  "position" BIGINT,
  "pl" BIGINT,
  "w" BIGINT,
  "d" BIGINT,
  "l" BIGINT,
  "gd" BIGINT,
  "pts" BIGINT,
  "group_name" VARCHAR
);

Share link

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