Baselight

FIFA World Cup Stadium Audience

world cup 2018 stadium and audience stats

@kaggle.aklimarimi_fifa_world_cup_stadium_audience

Loading...
Loading...

About this Dataset

FIFA World Cup Stadium Audience

Hi, This dataset was created using the website https://en.wikipedia.org/wiki/FIFA_World_Cup.

You can polish your data cleaning, analysis and visualization skills using this dataset.

Tables

Fifa World Cup

@kaggle.aklimarimi_fifa_world_cup_stadium_audience.fifa_world_cup
  • 9.04 KB
  • 21 rows
  • 9 columns
Loading...

CREATE TABLE fifa_world_cup (
  "year" BIGINT,
  "hosts" VARCHAR,
  "venues_cities" VARCHAR,
  "totalattendance" BIGINT,
  "matches" BIGINT,
  "averageattendance" BIGINT,
  "highest_attendence_of_number" VARCHAR,
  "highest_attendence_of_venue" VARCHAR,
  "highest_attendence_of_game_s" VARCHAR
);

Share link

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