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

Attacking
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league.attacking

  • 9.8 KB
  • 176 rows
  • 9 columns
serial

Serial

player_name

Player Name

club

Club

position

Position

assists

Assists

corner_taken

Corner Taken

offsides

Offsides

dribbles

Dribbles

match_played

Match Played

1Bruno FernandesMan. UnitedMidfielder710277
2Vinícius JúniorReal MadridForward6348313
2SanéBayernMidfielder6333210
4AntonyAjaxForward534287
5Alexander-ArnoldLiverpoolDefender43699
5De BruyneMan. CityMidfielder4181410
5ModrićReal MadridMidfielder410813
5João MárioBenficaMidfielder4878
5MbappéParisForward448438
5Gerard MorenoVillarrealForward4397

CREATE TABLE attacking (
  "serial" BIGINT,
  "player_name" VARCHAR,
  "club" VARCHAR,
  "position" VARCHAR,
  "assists" BIGINT,
  "corner_taken" BIGINT,
  "offsides" BIGINT,
  "dribbles" BIGINT,
  "match_played" BIGINT
);

Share link

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