European Football Season 2022/23
Database for European football leagues during the 2022/23 season.
@kaggle.mcarujo_european_football_season_202223
Database for European football leagues during the 2022/23 season.
@kaggle.mcarujo_european_football_season_202223
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.
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.
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
);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
);Anyone who has the link will be able to view this.