Brazilian Soccer Results
Dataset with game results
@kaggle.emdemor_brazilian_soccer_results
Dataset with game results
@kaggle.emdemor_brazilian_soccer_results
Dataset with the results of the games of the first division of the Brazilian football championship since 2002.
We have 20 columns where:
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 -- Pts(ac),
"vit_ac" BIGINT -- Vit(ac),
"emp_ac" BIGINT -- Emp(ac),
"der_ac" BIGINT -- Der(ac),
"gp_ac" BIGINT -- GP(ac),
"gc_ac" BIGINT -- GC(ac),
"sg_ac" BIGINT -- SG(ac)
);
Anyone who has the link will be able to view this.