FIFA World Cup Attendance 1930-2022
Complete Data of FIFA World Cup , Attendance, Results. Top four Team, Awards.
@kaggle.rajkumarpandey02_fifa_world_cup_attendance_19302022
Complete Data of FIFA World Cup , Attendance, Results. Top four Team, Awards.
@kaggle.rajkumarpandey02_fifa_world_cup_attendance_19302022
CREATE TABLE fifa_world_cup_attendance (
"unnamed_0" BIGINT,
"year" VARCHAR,
"hosts" VARCHAR,
"total_attendance" BIGINT,
"matches" BIGINT,
"average_attendance" BIGINT,
"number" VARCHAR,
"venue" VARCHAR,
"game_s" VARCHAR
);
CREATE TABLE fifa_world_cup_award (
"unnamed_0" BIGINT,
"world_cup" VARCHAR,
"golden_ball" VARCHAR,
"golden_boot" VARCHAR,
"goals" BIGINT,
"golden_glove" VARCHAR,
"clean_sheets" BIGINT,
"fifa_young_player_award" VARCHAR,
"fifa_fair_play_trophy" VARCHAR
);
CREATE TABLE list_of_fifa_world_cup_finals (
"unnamed_0" BIGINT,
"year" BIGINT,
"host" VARCHAR,
"champion" VARCHAR,
"score" VARCHAR,
"runner_up" VARCHAR,
"third" VARCHAR,
"score_1" VARCHAR,
"fourth" VARCHAR,
"no_ofteams" VARCHAR
);
CREATE TABLE teams_reaching_the_top_four (
"unnamed_0" BIGINT,
"team" VARCHAR,
"titles" VARCHAR,
"runners_up" VARCHAR,
"third_place" VARCHAR,
"fourth_place" VARCHAR,
"top_4_total" BIGINT
);
Anyone who has the link will be able to view this.