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 disciplinary (
"serial" BIGINT,
"player_name" VARCHAR,
"club" VARCHAR,
"position" VARCHAR,
"fouls_committed" BIGINT,
"fouls_suffered" BIGINT,
"red" BIGINT,
"yellow" BIGINT,
"minutes_played" BIGINT,
"match_played" BIGINT
);
Anyone who has the link will be able to view this.