CartolaFC
Data from the popular Brazilian Fantasy Football (2014 to 2017) ⚽️
@kaggle.schiller_cartolafc
Data from the popular Brazilian Fantasy Football (2014 to 2017) ⚽️
@kaggle.schiller_cartolafc
CREATE TABLE n_2017_partidas (
"rodada_id" BIGINT,
"clube_casa_id" BIGINT,
"clube_visitante_id" BIGINT,
"clube_casa_posicao" BIGINT,
"clube_visitante_posicao" BIGINT,
"aproveitamento_mandante" VARCHAR,
"aproveitamento_visitante" VARCHAR,
"placar_oficial_mandante" DOUBLE,
"placar_oficial_visitante" DOUBLE,
"partida_data" TIMESTAMP,
"local" VARCHAR,
"valida" BOOLEAN
);
Anyone who has the link will be able to view this.