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 attacking (
"serial" BIGINT,
"player_name" VARCHAR,
"club" VARCHAR,
"position" VARCHAR,
"assists" BIGINT,
"corner_taken" BIGINT,
"offsides" BIGINT,
"dribbles" BIGINT,
"match_played" BIGINT
);
Anyone who has the link will be able to view this.