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 goals (
"key_id" BIGINT,
"goal_id" VARCHAR,
"tournament_id" VARCHAR,
"tournament_name" VARCHAR,
"match_id" VARCHAR,
"match_name" VARCHAR,
"match_date" TIMESTAMP,
"stage_name" VARCHAR,
"group_name" VARCHAR,
"team_id" VARCHAR,
"team_name" VARCHAR,
"team_code" VARCHAR,
"home_team" BIGINT,
"away_team" BIGINT,
"player_id" VARCHAR,
"family_name" VARCHAR,
"given_name" VARCHAR,
"shirt_number" BIGINT,
"player_team_id" VARCHAR,
"player_team_name" VARCHAR,
"player_team_code" VARCHAR,
"minute_label" VARCHAR,
"minute_regulation" BIGINT,
"minute_stoppage" BIGINT,
"match_period" VARCHAR,
"own_goal" BIGINT,
"penalty" BIGINT
);
Anyone who has the link will be able to view this.