Baselight

FIFA Men's World Ranking

The best National Teams, according to FIFA

@kaggle.lucasyukioimafuko_fifa_mens_world_ranking

Fifa Mens Rank
@kaggle.lucasyukioimafuko_fifa_mens_world_ranking.fifa_mens_rank

  • 123.65 KB
  • 13130 rows
  • 8 columns
date

Date

semester

Semester

rank

Rank

team

Team

acronym

Acronym

total_points

Total.points

previous_points

Previous.points

diff_points

Diff.points

202421ArgentinaARG1867.251883.5-16.25
202422FranceFRA1859.781859.85-0.0699999999999363
202423SpainESP1853.271844.338.94000000000005
202424EnglandENG1813.811807.835.98000000000002
202425BrazilBRA1775.851784.37-8.51999999999998
202426PortugalPOR1756.121752.683.43999999999983
202427NetherlandsNED1747.551748.24-0.690000000000055
202428BelgiumBEL1740.621761.27-20.6500000000001
202429ItalyITA1731.511729.42.1099999999999
2024210GermanyGER1703.791703.590.200000000000045

CREATE TABLE fifa_mens_rank (
  "date" BIGINT,
  "semester" BIGINT,
  "rank" BIGINT,
  "team" VARCHAR,
  "acronym" VARCHAR,
  "total_points" DOUBLE,
  "previous_points" DOUBLE,
  "diff_points" DOUBLE
);

Share link

Anyone who has the link will be able to view this.