UCL Statistics (1993-2020)
UEFA Champion league statistics
@kaggle.bakar31_ucl_statistics
UEFA Champion league statistics
@kaggle.bakar31_ucl_statistics
CREATE TABLE ucl_stats (
"year" BIGINT,
"team" VARCHAR,
"match_played" BIGINT,
"wins" BIGINT,
"draws" BIGINT,
"losts" BIGINT,
"goals_scored" BIGINT,
"goals_conceded" BIGINT,
"gd" BIGINT,
"group_point" BIGINT,
"champions" BIGINT
);
Anyone who has the link will be able to view this.