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
Title : Copa America Statistics since 1916!!
Description -
This file contains the data of copa america since 1916!
Information of the dataset -
~Year
~Host
~Champion
~Runners UP
~Total team
~Total Match
~Total goal
~Total Goalscorer
~Average goal per match
~Own Goal
Using this dataframe next winner and others can be predicted!!
Explore it!!!!
If you like it , upvote here ,please!
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.