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 matches (
"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,
"home_team_id" VARCHAR,
"home_team_name" VARCHAR,
"home_team_code" VARCHAR,
"away_team_id" VARCHAR,
"away_team_name" VARCHAR,
"away_team_code" VARCHAR,
"score" VARCHAR,
"home_team_score" BIGINT,
"away_team_score" BIGINT,
"home_team_score_margin" BIGINT,
"away_team_score_margin" BIGINT,
"extra_time" BIGINT,
"penalty_shootout" BIGINT,
"score_penalties" VARCHAR,
"home_team_score_penalties" BIGINT,
"away_team_score_penalties" BIGINT,
"result" VARCHAR,
"home_team_win" BIGINT,
"away_team_win" BIGINT,
"draw" BIGINT
);
Anyone who has the link will be able to view this.