Baselight

A Comprehensive Database On The FIFA World Cup

Data on teams, players, managers, refs, matches, goals, cards, subs, and more!

@kaggle.joshfjelstul_world_cup_database

Tournament Standings
@kaggle.joshfjelstul_world_cup_database.tournament_standings

  • 6.64 KB
  • 84 rows
  • 7 columns
key_id

Key Id

tournament_id

Tournament Id

tournament_name

Tournament Name

position

Position

team_id

Team Id

team_name

Team Name

team_code

Team Code

1WC-19301930 FIFA World Cup1T-80UruguayURY
2WC-19301930 FIFA World Cup2T-03ArgentinaARG
3WC-19301930 FIFA World Cup3T-79United StatesUSA
4WC-19301930 FIFA World Cup4T-83YugoslaviaYUG
5WC-19341934 FIFA World Cup1T-39ItalyITA
6WC-19341934 FIFA World Cup2T-20CzechoslovakiaCSK
7WC-19341934 FIFA World Cup3T-29GermanyDEU
8WC-19341934 FIFA World Cup4T-05AustriaAUT
9WC-19381938 FIFA World Cup1T-39ItalyITA
10WC-19381938 FIFA World Cup2T-34HungaryHUN

CREATE TABLE tournament_standings (
  "key_id" BIGINT,
  "tournament_id" VARCHAR,
  "tournament_name" VARCHAR,
  "position" BIGINT,
  "team_id" VARCHAR,
  "team_name" VARCHAR,
  "team_code" VARCHAR
);

Share link

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