UCL | Matches & Players Data
Goals, Assists, Attack, Defence, Passing, Field Control, GK Data of UCL 2021-22
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league
Goals, Assists, Attack, Defence, Passing, Field Control, GK Data of UCL 2021-22
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league
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
);
Anyone who has the link will be able to view this.