Baselight

CartolaFC

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

@kaggle.schiller_cartolafc

N 2016 Clubes
@kaggle.schiller_cartolafc.n_2016_clubes

  • 3.86 KB
  • 20 rows
  • 4 columns
id

Id

nome

Nome

abreviacao

Abreviacao

slug

Slug

262FlamengoFLAFlamengo
263BotafogoBOTBotafogo
264CorinthiansCORCorinthians
266FluminenseFLUFluminense
275PalmeirasPALPalmeiras
276São PauloSAOSao-Paulo
277SantosSANSantos
282Atlético-MGCAMAtletico-MG
283CruzeiroCRUCruzeiro
284GrêmioGREGremio

CREATE TABLE n_2016_clubes (
  "id" BIGINT,
  "nome" VARCHAR,
  "abreviacao" VARCHAR,
  "slug" VARCHAR
);

Share link

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