Copa America Statistics Since 1916!!
Dataset of statistics of Copa America since 1916!
@kaggle.mdjafrilalamshihab_copa_america_statistics_since_1916
Dataset of statistics of Copa America since 1916!
@kaggle.mdjafrilalamshihab_copa_america_statistics_since_1916
CREATE TABLE copa_america (
"year" BIGINT,
"host" VARCHAR,
"champion" VARCHAR,
"runners_up" VARCHAR,
"total_team" BIGINT,
"total_match" BIGINT,
"total_goal" BIGINT,
"average_goal_per_match" DOUBLE,
"total_goalscorers" BIGINT,
"own_goals" BIGINT
);
Anyone who has the link will be able to view this.