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
Data on teams, players, managers, refs, matches, goals, cards, subs, and more!
@kaggle.joshfjelstul_world_cup_database
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
);
Anyone who has the link will be able to view this.