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

Defending
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league.defending

  • 17.89 KB
  • 627 rows
  • 10 columns
serial

Serial

player_name

Player Name

club

Club

position

Position

balls_recoverd

Balls Recoverd

tackles

Tackles

t_won

T Won

t_lost

T Lost

clearance_attempted

Clearance Attempted

match_played

Match Played

1CasemiroReal MadridMidfielder763113181911
1Éder MilitãoReal MadridDefender76196133212
1ReinildoAtléticoDefender7613672010
4FabinhoLiverpoolMidfielder7423914813
5AlbiolVillarrealDefender739636212
6Thiago SilvaChelseaDefender65945179
7OtamendiBenficaDefender63281711489
8CapoueVillarrealMidfielder62111102912
8Van DijkLiverpoolDefender62321299
10João CanceloMan. CityDefender56963139

CREATE TABLE defending (
  "serial" BIGINT,
  "player_name" VARCHAR,
  "club" VARCHAR,
  "position" VARCHAR,
  "balls_recoverd" BIGINT,
  "tackles" BIGINT,
  "t_won" BIGINT,
  "t_lost" BIGINT,
  "clearance_attempted" BIGINT,
  "match_played" BIGINT
);

Share link

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