Domestic Football Results From 1888 To 2019
A dataset of over 1 million football results
@kaggle.schochastics_domestic_football_results_from_1888_to_2019
A dataset of over 1 million football results
@kaggle.schochastics_domestic_football_results_from_1888_to_2019
CREATE TABLE football_results (
"home" VARCHAR,
"away" VARCHAR,
"date" TIMESTAMP,
"gh" BIGINT,
"ga" BIGINT,
"full_time" VARCHAR,
"competition" VARCHAR,
"home_ident" VARCHAR,
"away_ident" VARCHAR,
"home_country" VARCHAR,
"away_country" VARCHAR,
"home_code" VARCHAR,
"away_code" VARCHAR,
"home_continent" VARCHAR,
"away_continent" VARCHAR,
"continent" VARCHAR,
"level" VARCHAR
);
Anyone who has the link will be able to view this.