Baselight

CartolaFC

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

@kaggle.schiller_cartolafc

N 2014 Scouts
@kaggle.schiller_cartolafc.n_2014_scouts

  • 313.94 KB
  • 31567 rows
  • 34 columns
atleta_id

Atleta Id

rodada

Rodada

clube_id

Clube Id

participou

Participou

posicao_id

Posicao Id

jogos_num

Jogos Num

pontos_num

Pontos Num

media_num

Media Num

preco_num

Preco Num

variacao_num

Variacao Num

partida_id

Partida Id

mando

Mando

titular

Titular

substituido

Substituido

tempo_jogado

Tempo Jogado

nota

Nota

fs

FS

pe

PE

a

A

ft

FT

fd

FD

ff

FF

g

G

i

I

pp

PP

rb

RB

fc

FC

gc

GC

ca

CA

cv

CV

sg

SG

dd

DD

dp

DP

gs

GS

364439
3652219
3654015
3661222
367285
367755
3679012
3679216
3680225
368563

CREATE TABLE n_2014_scouts (
  "atleta_id" BIGINT,
  "rodada" BIGINT,
  "clube_id" DOUBLE,
  "participou" BIGINT,
  "posicao_id" DOUBLE,
  "jogos_num" BIGINT,
  "pontos_num" DOUBLE,
  "media_num" DOUBLE,
  "preco_num" DOUBLE,
  "variacao_num" DOUBLE,
  "partida_id" DOUBLE,
  "mando" BIGINT,
  "titular" DOUBLE,
  "substituido" BIGINT,
  "tempo_jogado" DOUBLE,
  "nota" DOUBLE,
  "fs" BIGINT,
  "pe" BIGINT,
  "a" BIGINT,
  "ft" BIGINT,
  "fd" BIGINT,
  "ff" BIGINT,
  "g" BIGINT,
  "i" BIGINT,
  "pp" BIGINT,
  "rb" BIGINT,
  "fc" BIGINT,
  "gc" BIGINT,
  "ca" BIGINT,
  "cv" BIGINT,
  "sg" BIGINT,
  "dd" BIGINT,
  "dp" BIGINT,
  "gs" BIGINT
);

Share link

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