Worldwide Football Results (1872-2022)
More than 100 years updated dataset over 42,000 FIFA results
@kaggle.zeesolver_fifa_results
More than 100 years updated dataset over 42,000 FIFA results
@kaggle.zeesolver_fifa_results
CREATE TABLE decision (
"date" TIMESTAMP,
"home_team" VARCHAR,
"away_team" VARCHAR,
"home_score" BIGINT,
"away_score" BIGINT,
"tournament" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"neutral" BOOLEAN
);
Anyone who has the link will be able to view this.