Brazilian Soccer Results
Dataset with game results
@kaggle.emdemor_brazilian_soccer_results
Dataset with game results
@kaggle.emdemor_brazilian_soccer_results
CREATE TABLE dados_brasileirao_2003_a_2018 (
"ano" BIGINT,
"rod" BIGINT,
"pos" BIGINT,
"clb" VARCHAR,
"pts" BIGINT,
"vit" BIGINT,
"emp" BIGINT,
"der" BIGINT,
"gp" BIGINT,
"gc" BIGINT,
"sg" BIGINT,
"adv" VARCHAR,
"home" BOOLEAN,
"pts_ac" BIGINT,
"vit_ac" BIGINT,
"emp_ac" BIGINT,
"der_ac" BIGINT,
"gp_ac" BIGINT,
"gc_ac" BIGINT,
"sg_ac" BIGINT
);
Anyone who has the link will be able to view this.