FIFA World Cup Finals Dataset
Being soccer fever by predicting, or data analyzing?
@kaggle.jamessuryaputra_fifa_world_cup_finals_dataset
Being soccer fever by predicting, or data analyzing?
@kaggle.jamessuryaputra_fifa_world_cup_finals_dataset
This dataset consists of the final matches played per each period of the FIFA World Cup was held in several countries (sometimes twice, or three times depending on the match schedule). The additional data includes the match statistics between two winning teams (whether it was determined as champion or runner-up) after semifinal match like final score, venue, location, and number of attendances. This dataset was generated on July 4, 2024.
Data inputs were given minor changes to avoid copyright of the original author from various website, at least 22 inputs (note that the dataset was under development due to frequent dataset updates).
CREATE TABLE wrl_cup_chm (
"fifa_world_cup_champions_statistics" VARCHAR,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4,
"unnamed_5" VARCHAR -- Unnamed: 5,
"unnamed_6" VARCHAR -- Unnamed: 6,
"unnamed_7" VARCHAR -- Unnamed: 7
);
CREATE TABLE wrl_cup_top (
"fifa_world_cup_top_scoring_team_statistics" VARCHAR,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);
Anyone who has the link will be able to view this.