Baselight

UCL | Matches & Players Data

Goals, Assists, Attack, Defence, Passing, Field Control, GK Data of UCL 2021-22

@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league

Disciplinary
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league.disciplinary

  • 17.79 KB
  • 584 rows
  • 10 columns
serial

Serial

player_name

Player Name

club

Club

position

Position

fouls_committed

Fouls Committed

fouls_suffered

Fouls Suffered

red

Red

yellow

Yellow

minutes_played

Minutes Played

match_played

Match Played

1João PalhinhaSporting CPMidfielder231725346
2CapoueVillarrealMidfielder191731104612
2RodriMan. CityMidfielder194284210
2SeiwaldSalzburgMidfielder19326498
5BalantaClub BruggeMidfielder18344075
6CasemiroReal MadridMidfielder1718391411
6Éder MilitãoReal MadridDefender17164107612
6OtamendiBenficaDefender171128109
6GravenberchAjaxMidfielder171117038
6HallerAjaxForward171116688

CREATE TABLE disciplinary (
  "serial" BIGINT,
  "player_name" VARCHAR,
  "club" VARCHAR,
  "position" VARCHAR,
  "fouls_committed" BIGINT,
  "fouls_suffered" BIGINT,
  "red" BIGINT,
  "yellow" BIGINT,
  "minutes_played" BIGINT,
  "match_played" BIGINT
);

Share link

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