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

Players
@kaggle.joshfjelstul_world_cup_database.players

  • 386.83 KB
  • 7907 rows
  • 12 columns
key_id

Key Id

player_id

Player Id

family_name

Family Name

given_name

Given Name

birth_date

Birth Date

goal_keeper

Goal Keeper

defender

Defender

midfielder

Midfielder

forward

Forward

count_tournaments

Count Tournaments

list_tournaments

List Tournaments

player_wikipedia_link

Player Wikipedia Link

1P-05074A'CourtAlan1934-09-30111958https://en.wikipedia.org/wiki/Alan_A%27Court
2P-00942AbadzhievStefan1934-07-03111966https://en.wikipedia.org/wiki/Stefan_Abadzhiev
3P-03051AbaloJean-Paul1975-06-26112006https://en.wikipedia.org/wiki/Jean-Paul_Abalo
4P-03371AbandaPatrice1978-08-03111998https://en.wikipedia.org/wiki/Patrice_Abanda
5P-04977AbateIgnazio1986-11-12112014https://en.wikipedia.org/wiki/Ignazio_Abate
6P-06675AbbadieJulio1930-09-07111954https://en.wikipedia.org/wiki/Julio_Abbadie
7P-02825AbbesClaude1927-05-24121954, 1958https://en.wikipedia.org/wiki/Claude_Abbes
8P-06214AbbiatiChristian1977-07-08112002https://en.wikipedia.org/wiki/Christian_Abbiati
9P-05883AbbondanzieriRoberto1972-08-19112006https://en.wikipedia.org/wiki/Roberto_Abbondanzieri
10P-06019Abd Al-JawadMohamed1962-11-28111994https://en.wikipedia.org/wiki/Mohamed_Abd_Al-Jawad

CREATE TABLE players (
  "key_id" BIGINT,
  "player_id" VARCHAR,
  "family_name" VARCHAR,
  "given_name" VARCHAR,
  "birth_date" VARCHAR,
  "goal_keeper" BIGINT,
  "defender" BIGINT,
  "midfielder" BIGINT,
  "forward" BIGINT,
  "count_tournaments" BIGINT,
  "list_tournaments" VARCHAR,
  "player_wikipedia_link" VARCHAR
);

Share link

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