European Club Football Dataset
Data for over 23k matches from various top football/soccer leagues in Europe
@kaggle.josephvm_european_club_football_dataset
Data for over 23k matches from various top football/soccer leagues in Europe
@kaggle.josephvm_european_club_football_dataset
CREATE TABLE all_tables (
"place" BIGINT,
"team" VARCHAR,
"gp" BIGINT,
"w" BIGINT,
"d" BIGINT,
"l" BIGINT,
"gf" BIGINT,
"ga" BIGINT,
"gd" BIGINT,
"p" BIGINT,
"year" BIGINT,
"league" VARCHAR
);
Anyone who has the link will be able to view this.