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
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.