Baselight

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

Ucl Defensive Actions
@kaggle.hammadjavaid_ucl_matches_and_players_data_20222023.ucl_defensive_actions

  • 40.13 KB
  • 727 rows
  • 23 columns
player

Player

nationality

Nationality

position

Position

club

Club

age

Age

born

Born

n_90s

90s

no_of_players_tackled

No. Of Players Tackled

tackles_won

Tackles Won

tackles_def_3rd

Tackles (Def 3rd)

tackles_mid_3rd

Tackles (Mid 3rd)

tackles_att_3rd

Tackles (Att 3rd)

no_of_dribblers_tackled

No. Of Dribblers Tackled

dribbles_challenged_total

Dribbles Challenged (total)

n__of_dribblers_successfully_tackled

% Of Dribblers Successfully Tackled

challenges_lost

Challenges Lost

blocks

Blocks

shots_blocked

Shots Blocked

passes_blocked

Passes Blocked

interceptions

Interceptions

tackles_internceptions

Tackles + Internceptions

clearances

Clearances

errors

Errors

Liel Abada ISRFW,MFCeltic2020012.411122231
Oliver Abildgaard DENMFCeltic2619960.74331245021141
Mohammad Abu Fani ISRMFMaccabi Haifa2419984.4966123837.55725312
Francesco Acerbi ITADFInter34198810.2108824757.13826112146
Marcos Acuña ARGDF,MFSevilla3019912.495728988.912113
Junior Adamu AUTFWRB Salzburg2120012.3984231333.32514110
Antonio Adán ESPGKSporting CP3519874.241
Arijan Ademi MKDMFDinamo Zagreb3119915.2161110671353.865323193
Karim Adeyemi GERFW,MFDortmund2020024.21111333.3233231
Amine Adli FRAFW,MFLeverkusen2220001.3311211663

CREATE TABLE ucl_defensive_actions (
  "player" VARCHAR,
  "nationality" VARCHAR,
  "position" VARCHAR,
  "club" VARCHAR,
  "age" BIGINT,
  "born" BIGINT,
  "n_90s" DOUBLE,
  "no_of_players_tackled" BIGINT,
  "tackles_won" BIGINT,
  "tackles_def_3rd" BIGINT,
  "tackles_mid_3rd" BIGINT,
  "tackles_att_3rd" BIGINT,
  "no_of_dribblers_tackled" BIGINT,
  "dribbles_challenged_total" BIGINT,
  "n__of_dribblers_successfully_tackled" DOUBLE,
  "challenges_lost" BIGINT,
  "blocks" BIGINT,
  "shots_blocked" BIGINT,
  "passes_blocked" BIGINT,
  "interceptions" BIGINT,
  "tackles_internceptions" BIGINT,
  "clearances" BIGINT,
  "errors" BIGINT
);

Share link

Anyone who has the link will be able to view this.