Baselight

CartolaFC

Data from the popular Brazilian Fantasy Football (2014 to 2017) ⚽️

@kaggle.schiller_cartolafc

N 2016 Partidas
@kaggle.schiller_cartolafc.n_2016_partidas

  • 8.13 KB
  • 380 rows
  • 6 columns
id

Id

rodada

Rodada

clube_casa_id

Clube Casa Id

clube_visitante_id

Clube Visitante Id

placar_oficial_mandante

Placar Oficial Mandante

placar_oficial_visitante

Placar Oficial Visitante

20122612622921
20122712632761
2012281264284
20122912752934
20123412822771
2012301285315
20123112942831
2012321316303
20123313272661
201235134428741

CREATE TABLE n_2016_partidas (
  "id" BIGINT,
  "rodada" BIGINT,
  "clube_casa_id" BIGINT,
  "clube_visitante_id" BIGINT,
  "placar_oficial_mandante" DOUBLE,
  "placar_oficial_visitante" DOUBLE
);

Share link

Anyone who has the link will be able to view this.