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 team_appearances (
"key_id" BIGINT,
"tournament_id" VARCHAR,
"tournament_name" VARCHAR,
"match_id" VARCHAR,
"match_name" VARCHAR,
"stage_name" VARCHAR,
"group_name" VARCHAR,
"group_stage" BIGINT,
"knockout_stage" BIGINT,
"replayed" BIGINT,
"replay" BIGINT,
"match_date" TIMESTAMP,
"match_time" VARCHAR,
"stadium_id" VARCHAR,
"stadium_name" VARCHAR,
"city_name" VARCHAR,
"country_name" VARCHAR,
"team_id" VARCHAR,
"team_name" VARCHAR,
"team_code" VARCHAR,
"opponent_id" VARCHAR,
"opponent_name" VARCHAR,
"opponent_code" VARCHAR,
"home_team" BIGINT,
"away_team" BIGINT,
"goals_for" BIGINT,
"goals_against" BIGINT,
"goal_differential" BIGINT,
"extra_time" BIGINT,
"penalty_shootout" BIGINT,
"penalties_for" BIGINT,
"penalties_against" BIGINT,
"result" VARCHAR,
"win" BIGINT,
"lose" BIGINT,
"draw" BIGINT
);
Anyone who has the link will be able to view this.