FIFA World Cup
All the results from World Cups
@kaggle.abecklas_fifa_world_cup
All the results from World Cups
@kaggle.abecklas_fifa_world_cup
CREATE TABLE worldcupmatches (
"year" DOUBLE,
"datetime" VARCHAR,
"stage" VARCHAR,
"stadium" VARCHAR,
"city" VARCHAR,
"home_team_name" VARCHAR,
"home_team_goals" DOUBLE,
"away_team_goals" DOUBLE,
"away_team_name" VARCHAR,
"win_conditions" VARCHAR,
"attendance" DOUBLE,
"half_time_home_goals" DOUBLE,
"half_time_away_goals" DOUBLE,
"referee" VARCHAR,
"assistant_1" VARCHAR,
"assistant_2" VARCHAR,
"roundid" DOUBLE,
"matchid" DOUBLE,
"home_team_initials" VARCHAR,
"away_team_initials" VARCHAR
);
Anyone who has the link will be able to view this.