Baselight

FIFA World Cup All Dataset

FIFA Tournament Information

@kaggle.abhijitdahatonde_fifa_world_cup_all_dataset

Loading...
Loading...

About this Dataset

FIFA World Cup All Dataset

This dataset contains comprehensive historical information about the FIFA World Cup, the premier international football (soccer) tournament organized by FIFA (Fédération International de Football Association). The dataset spans multiple decades and covers various aspects of the tournament, including match results, player statistics, team details, and other relevant information related to the tournament.

Tables

International Matches1

@kaggle.abhijitdahatonde_fifa_world_cup_all_dataset.international_matches1
  • 277.93 KB
  • 17769 rows
  • 8 columns
Loading...

CREATE TABLE international_matches1 (
  "id" BIGINT,
  "tournament" VARCHAR,
  "date" TIMESTAMP,
  "home_team" VARCHAR,
  "away_team" VARCHAR,
  "home_goals" BIGINT,
  "away_goals" BIGINT,
  "home_stadium_or_not" BIGINT
);

N 2022 World Cup Matches1

@kaggle.abhijitdahatonde_fifa_world_cup_all_dataset.n_2022_world_cup_matches1
  • 4.99 KB
  • 64 rows
  • 5 columns
Loading...

CREATE TABLE n_2022_world_cup_matches1 (
  "id" BIGINT,
  "year" BIGINT,
  "stage" VARCHAR,
  "home_team" VARCHAR,
  "away_team" VARCHAR
);

World Cup Matches1

@kaggle.abhijitdahatonde_fifa_world_cup_all_dataset.world_cup_matches1
  • 14.96 KB
  • 900 rows
  • 8 columns
Loading...

CREATE TABLE world_cup_matches1 (
  "id" BIGINT,
  "year" BIGINT,
  "stage" VARCHAR,
  "home_team" VARCHAR,
  "home_goals" BIGINT,
  "away_goals" BIGINT,
  "away_team" VARCHAR,
  "host_team_or_not" BIGINT
);

World Cups1

@kaggle.abhijitdahatonde_fifa_world_cup_all_dataset.world_cups1
  • 7.42 KB
  • 21 rows
  • 9 columns
Loading...

CREATE TABLE world_cups1 (
  "year" BIGINT,
  "host_country" VARCHAR,
  "winner" VARCHAR,
  "runners_up" VARCHAR,
  "third" VARCHAR,
  "fourth" VARCHAR,
  "goals_scored" BIGINT,
  "matches_played" BIGINT,
  "qualified_teams" BIGINT
);

Share link

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