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

Attempts
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league.attempts

  • 14.64 KB
  • 546 rows
  • 9 columns
serial

Serial

player_name

Player Name

club

Club

position

Position

total_attempts

Total Attempts

on_target

On Target

off_target

Off Target

blocked

Blocked

match_played

Match Played

1BenzemaReal MadridForward452313912
2SalahLiverpoolForward422211913
3MahrezMan. CityMidfielder371881112
4SanéBayernMidfielder331312810
5LewandowskiBayernForward31198410
6Luis DíazPortoForward291171113
7MartínezInterForward28710118
8MbappéParisForward2716658
8Vinícius JúniorReal MadridForward27810913
10HavertzChelseaMidfielder2611969

CREATE TABLE attempts (
  "serial" BIGINT,
  "player_name" VARCHAR,
  "club" VARCHAR,
  "position" VARCHAR,
  "total_attempts" BIGINT,
  "on_target" BIGINT,
  "off_target" BIGINT,
  "blocked" BIGINT,
  "match_played" BIGINT
);

Share link

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