UCL | Players Data (2022/2023)
Goals, Assists, Attack, Defence, Possession, Passing and GK Data of UCL 2022-23
@kaggle.hammadjavaid_ucl_matches_and_players_data_20222023
Goals, Assists, Attack, Defence, Possession, Passing and GK Data of UCL 2022-23
@kaggle.hammadjavaid_ucl_matches_and_players_data_20222023
CREATE TABLE ucl_miscellanous (
"player" VARCHAR,
"nationality" VARCHAR,
"position" VARCHAR,
"club" VARCHAR,
"age" BIGINT,
"born" BIGINT,
"n_90s" DOUBLE,
"yellow_cards" BIGINT,
"red_cards" BIGINT,
"n_2nd_yellows" BIGINT,
"fouls_comitted" BIGINT,
"fouls_drawn" BIGINT,
"crosses" BIGINT,
"interceptions" BIGINT,
"tackles_won" BIGINT,
"penalties_won" BIGINT,
"penalties_comitted" BIGINT,
"own_goals" BIGINT,
"ball_recoveries" BIGINT,
"unnamed_19" BIGINT,
"unnamed_20" BIGINT,
"unnamed_21" BIGINT,
"unnamed_22" DOUBLE
);
Anyone who has the link will be able to view this.