Baselight

UCL | Matches & Players Data

Goals, Assists, Attack, Defence, Passing, Field Control, GK Data of UCL 2021-22

@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league

Distributon
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league.distributon

  • 26.04 KB
  • 608 rows
  • 12 columns
serial

Serial

player_name

Player Name

club

Club

position

Position

pass_accuracy

Pass Accuracy

pass_attempted

Pass Attempted

pass_completed

Pass Completed

cross_accuracy

Cross Accuracy

cross_attempted

Cross Attempted

cross_complted

Cross Complted

freekicks_taken

Freekicks Taken

match_played

Match Played

1ErokhinZenitMidfielder98272626
2Eric GarcíaBarcelonaDefender97.520319714
3UlreichBayernGoalkeeper97323111
4RuganiJuventusDefender96.81301224
5J. TimberAjaxMidfielder95.84974741148
6Egan-RileyMan. CityDefender95615811
6Mario GasparVillarrealDefender953229112
8MarlonShakhtar DonetskDefender94.842440285
9SüleBayernDefender94.7429413297
9LaporteMan. CityDefender94.7707672109

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

Share link

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