Saff Women Championship Results
complete match results in the all saff championships till date
@kaggle.aregmi450_saff_women_championship_results
complete match results in the all saff championships till date
@kaggle.aregmi450_saff_women_championship_results
Contains data for SAFF Women's Championship score data till date. You can use the data for exploratory data analysis as the dataset is too small to use in a machine learning model I guess.
CREATE TABLE saff_women_championship_results (
"stage" VARCHAR,
"home_team" VARCHAR,
"away_team" VARCHAR,
"home_score" BIGINT,
"away_score" BIGINT,
"city" VARCHAR,
"host_country" VARCHAR,
"neutral" BOOLEAN,
"atttendance" BIGINT,
"wins" VARCHAR,
"edition" BIGINT
);
Anyone who has the link will be able to view this.