Baselight

Clermont Foot FC/2022-23

This dataset contains stats about Clermont Foot FC for the 2022-23 season.

@kaggle.throughabrokenvisor_clermont_foot_fc2022_23

Clermontfoot 2223 Goalshotcreation
@kaggle.throughabrokenvisor_clermont_foot_fc2022_23.clermontfoot_2223_goalshotcreation

  • 15.8 KB
  • 28 rows
  • 22 columns
player

Player

nation

Nation

pos

Pos

age

Age

n_90s

90s

sca

SCA

sca90

SCA90

passlive

PassLive

passdead

PassDead

to

TO

sh

Sh

fld

Fld

def

Def

gca

GCA

gca90

GCA90

passlive_1

PassLive.1

passdead_1

PassDead.1

to_1

TO.1

sh_1

Sh.1

fld_1

Fld.1

def_1

Def.1

matches

Matches

Mory Diawsn SENGoalkeeper293770.1961Matches
Mateusz Wieteskapl POLDefender2534.6200.581513130.0921Matches
Neto Borgesbr BRADefender2531.5772.4567232390.29612Matches
Johan Gastienfr FRAMidfielder3428.9692.39442121190.3154Matches
Alidu Seidugh GHADefender2227.3230.8415114210.041Matches
Grejohn Kyeifr FRAForward2624.8532.14328742100.452111Matches
Elba Rashanixk KVXMidfielder2924461.9237152170.2952Matches
Yohann Magninfr FRAMidfielder2526.7471.7639112430.113Matches
Jim Allevinahga GABDefender2724.9481.9339132320.0811Matches
Maximiliano Caufriezbe BELDefender2524.7120.4911110.041Matches

CREATE TABLE clermontfoot_2223_goalshotcreation (
  "player" VARCHAR,
  "nation" VARCHAR,
  "pos" VARCHAR,
  "age" BIGINT,
  "n_90s" DOUBLE,
  "sca" BIGINT,
  "sca90" DOUBLE,
  "passlive" BIGINT,
  "passdead" BIGINT,
  "to" BIGINT,
  "sh" BIGINT,
  "fld" BIGINT,
  "def" BIGINT,
  "gca" BIGINT,
  "gca90" DOUBLE,
  "passlive_1" BIGINT,
  "passdead_1" BIGINT,
  "to_1" BIGINT,
  "sh_1" BIGINT,
  "fld_1" BIGINT,
  "def_1" BIGINT,
  "matches" VARCHAR
);

Share link

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