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 Miscellanous
@kaggle.hammadjavaid_ucl_matches_and_players_data_20222023.ucl_miscellanous

  • 37.78 KB
  • 727 rows
  • 23 columns
player

Player

nationality

Nationality

position

Position

club

Club

age

Age

born

Born

n_90s

90s

yellow_cards

Yellow Cards

red_cards

Red Cards

n_2nd_yellows

2nd Yellows

fouls_comitted

Fouls Comitted

fouls_drawn

Fouls Drawn

crosses

Crosses

interceptions

Interceptions

tackles_won

Tackles Won

penalties_won

Penalties Won

penalties_comitted

Penalties Comitted

own_goals

Own Goals

ball_recoveries

Ball Recoveries

unnamed_19

Unnamed: 19

unnamed_20

Unnamed: 20

unnamed_21

Unnamed: 21

unnamed_22

Unnamed: 22

André Onana CMRGKInter261996132283175
Sandro Tonali ITAMFMilan22200011.7313182474131573925
Rúben Dias PORDFManchester City25199711.7281271855221559.5
Lautaro Martínez ARGFWInter24199711.1315188391235162539
Rodri ESPMFManchester City26199611.1113631315105151157.7
İlkay Gündoğan GERMFManchester City311990114617878639950
Nicolò Barella ITAMFInter25199711317133212146431121.4
Ederson BRAGKManchester City281993112115
Alessandro Bastoni ITADFInter23199910.9213722985018966.7
Vinicius Júnior BRAFWReal Madrid22200010.81112862117401233.3

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
);

Share link

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