FIFA World Cup
The World Cups dataset show all information about all the World Cups.
@kaggle.sachinpatil1280_fifa_world_cup
The World Cups dataset show all information about all the World Cups.
@kaggle.sachinpatil1280_fifa_world_cup
CREATE TABLE fifa_world_cup_1558_23 (
"unnamed_0" BIGINT,
"year" BIGINT,
"datetime" VARCHAR,
"stage" VARCHAR,
"stadium" VARCHAR,
"city" VARCHAR,
"home_team_name" VARCHAR,
"home_team_goals" BIGINT,
"away_team_goals" BIGINT,
"away_team_name" VARCHAR,
"win_conditions" VARCHAR,
"attendance" BIGINT,
"half_time_home_goals" BIGINT,
"half_time_away_goals" BIGINT,
"referee" VARCHAR,
"assistant_1" VARCHAR,
"assistant_2" VARCHAR,
"roundid" BIGINT,
"matchid" BIGINT,
"home_team_initials" VARCHAR,
"away_team_initials" VARCHAR
);
Anyone who has the link will be able to view this.