Baselight

CartolaFC

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

@kaggle.schiller_cartolafc

N 2015 Partidas
@kaggle.schiller_cartolafc.n_2015_partidas

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

19005512663171
1900561267290
190054127528222
190053127626221
19005812832641
190057128430333
190061129231641
19006012932853
190059131427711
190062131529421

CREATE TABLE n_2015_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.