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

Referee Appointments
@kaggle.joshfjelstul_world_cup_database.referee_appointments

  • 21.58 KB
  • 511 rows
  • 10 columns
key_id

Key Id

tournament_id

Tournament Id

tournament_name

Tournament Name

referee_id

Referee Id

family_name

Family Name

given_name

Given Name

country_name

Country Name

confederation_id

Confederation Id

confederation_name

Confederation Name

confederation_code

Confederation Code

1WC-19301930 FIFA World CupR-031BalvayThomasFranceCF-6Union of European Football AssociationsUEFA
2WC-19301930 FIFA World CupR-070ChristopheHenriBelgiumCF-6Union of European Football AssociationsUEFA
3WC-19301930 FIFA World CupR-092de Almeida RêgoGilbertoBrazilCF-4South American Football ConfederationCONMEBOL
4WC-19301930 FIFA World CupR-182LangenusJohnBelgiumCF-6Union of European Football AssociationsUEFA
5WC-19301930 FIFA World CupR-195LombardiDomingoUruguayCF-4South American Football ConfederationCONMEBOL
6WC-19301930 FIFA World CupR-204MacíasJoséArgentinaCF-4South American Football ConfederationCONMEBOL
7WC-19301930 FIFA World CupR-222MateucciFranciscoUruguayCF-4South American Football ConfederationCONMEBOL
8WC-19301930 FIFA World CupR-303SaucedoUlisesBoliviaCF-4South American Football ConfederationCONMEBOL
9WC-19301930 FIFA World CupR-333TejadaAníbalUruguayCF-4South American Football ConfederationCONMEBOL
10WC-19301930 FIFA World CupR-347VallarinoRicardoUruguayCF-4South American Football ConfederationCONMEBOL

CREATE TABLE referee_appointments (
  "key_id" BIGINT,
  "tournament_id" VARCHAR,
  "tournament_name" VARCHAR,
  "referee_id" VARCHAR,
  "family_name" VARCHAR,
  "given_name" VARCHAR,
  "country_name" VARCHAR,
  "confederation_id" VARCHAR,
  "confederation_name" VARCHAR,
  "confederation_code" VARCHAR
);

Share link

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