FIFA Men's World Ranking
The best National Teams, according to FIFA
@kaggle.lucasyukioimafuko_fifa_mens_world_ranking
The best National Teams, according to FIFA
@kaggle.lucasyukioimafuko_fifa_mens_world_ranking
CREATE TABLE fifa_mens_rank (
"date" BIGINT,
"semester" BIGINT,
"rank" BIGINT,
"team" VARCHAR,
"acronym" VARCHAR,
"total_points" DOUBLE,
"previous_points" DOUBLE,
"diff_points" DOUBLE
);
Anyone who has the link will be able to view this.