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

Referees
@kaggle.joshfjelstul_world_cup_database.referees

  • 24.91 KB
  • 380 rows
  • 9 columns
key_id

Key Id

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

referee_wikipedia_link

Referee Wikipedia Link

1R-001Abdel-FatahEssamEgyptCF-2Confederation of African FootballCAFhttps://en.wikipedia.org/wiki/Essam_Abd_El_Fatah
2R-002AdairJohnNorthern IrelandCF-6Union of European Football AssociationsUEFAnot available
3R-003AgnolinLuigiItalyCF-6Union of European Football AssociationsUEFAhttps://en.wikipedia.org/wiki/Luigi_Agnolin
4R-004AguilarJoelEl SalvadorCF-3Confederation of North, Central American and Caribbean Association FootballCONCACAFhttps://en.wikipedia.org/wiki/Joel_Aguilar
5R-005Aguilar ElizaldeAbelMexicoCF-3Confederation of North, Central American and Caribbean Association FootballCONCACAFnot available
6R-006AhlnerStenSwedenCF-6Union of European Football AssociationsUEFAnot available
7R-007Al-DoyIbrahim YoussefBahrainCF-1Asian Football ConfederationAFChttps://en.wikipedia.org/wiki/Ibrahim_Youssef_Al-Doy
8R-008Al-GhamdiKhalilSaudi ArabiaCF-1Asian Football ConfederationAFChttps://en.wikipedia.org/wiki/Khalil_Al_Ghamdi
9R-009Al-GhandourGamalEgyptCF-2Confederation of African FootballCAFhttps://en.wikipedia.org/wiki/Gamal_Al-Ghandour
10R-010Al-ShanarFallajSaudi ArabiaCF-1Asian Football ConfederationAFChttps://en.wikipedia.org/wiki/Fallaj_Al_Shanar

CREATE TABLE referees (
  "key_id" BIGINT,
  "referee_id" VARCHAR,
  "family_name" VARCHAR,
  "given_name" VARCHAR,
  "country_name" VARCHAR,
  "confederation_id" VARCHAR,
  "confederation_name" VARCHAR,
  "confederation_code" VARCHAR,
  "referee_wikipedia_link" VARCHAR
);

Share link

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