Baselight

CartolaFC

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

@kaggle.schiller_cartolafc

N 2014 Partidas
@kaggle.schiller_cartolafc.n_2014_partidas

  • 8.15 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

1798721262290
179878126528312
17987312663163
17987412762633
179875127729211
1798771282264
17987912852871
179880128827512
17987612932841
1798811315294

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

Share link

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