Baselight

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

Loading...
Loading...

About this Dataset

FIFA World Cup Attendance 1930-2022

FIFA World Cup

  • The FIFA World Cup, often simply called the World Cup, is an international association football competition contested by the senior men's national teams of the members of the Federation International Football Association (FIFA), the sport's global governing body. The tournament has been held every four years since the inaugural tournament in 1930, except in 1942 and 1946 when it was not held because of the Second World War. The reigning champions are Argentina, who won their third title at the 2022 tournament, in Qatar.

  • The format involves a qualification phase, which takes place over the preceding three years, to determine which teams qualify for the tournament phase. In the tournament phase, 32 teams compete for the title at venues within the host nation(s) over about a month. The host nation(s) automatically qualify

  • As of the 2022 FIFA World Cup, 22 final tournaments have been held and a total of 80 national teams have competed. The trophy has been won by eight national teams. Brazil, with five wins, are the only team to have played in every tournament. The other World Cup winners are Germany and Italy, with four titles each; Argentina, with three titles; France and inaugural winner Uruguay, each with two titles; and England and Spain, with one title each.

  • The World Cup is the most prestigious association football tournament in the world, as well as the most widely viewed and followed single sporting event in the world. The cumulative viewership of all matches of the 2006 World Cup was estimated to be 26.29 billion with an estimated 715.1 million people watching the final match, a ninth of the entire population of the planet

Tables

Fifa World Cup Attendance

@kaggle.rajkumarpandey02_fifa_world_cup_attendance_19302022.fifa_world_cup_attendance
  • 8.44 KB
  • 23 rows
  • 9 columns
Loading...

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
);

Fifa World Cup Award

@kaggle.rajkumarpandey02_fifa_world_cup_attendance_19302022.fifa_world_cup_award
  • 8.49 KB
  • 22 rows
  • 9 columns
Loading...

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
);

List Of Fifa World Cup Finals

@kaggle.rajkumarpandey02_fifa_world_cup_attendance_19302022.list_of_fifa_world_cup_finals
  • 9.92 KB
  • 25 rows
  • 10 columns
Loading...

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
);

Teams Reaching The Top Four

@kaggle.rajkumarpandey02_fifa_world_cup_attendance_19302022.teams_reaching_the_top_four
  • 6.15 KB
  • 25 rows
  • 7 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.