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 distributon (
"serial" BIGINT,
"player_name" VARCHAR,
"club" VARCHAR,
"position" VARCHAR,
"pass_accuracy" DOUBLE,
"pass_attempted" BIGINT,
"pass_completed" BIGINT,
"cross_accuracy" BIGINT,
"cross_attempted" BIGINT,
"cross_complted" BIGINT,
"freekicks_taken" BIGINT,
"match_played" BIGINT
);
Anyone who has the link will be able to view this.