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

Goals
@kaggle.azminetoushikwasi_ucl_202122_uefa_champions_league.goals

  • 12.19 KB
  • 183 rows
  • 13 columns
serial

Serial

player_name

Player Name

club

Club

position

Position

goals

Goals

right_foot

Right Foot

left_foot

Left Foot

headers

Headers

others

Others

inside_area

Inside Area

outside_areas

Outside Areas

penalties

Penalties

match_played

Match Played

1BenzemaReal MadridForward151113132312
2LewandowskiBayernForward13831113310
3HallerAjaxForward1134311118
4SalahLiverpoolForward8871113
5NkunkuLeipzigMidfielder731376
5MahrezMan. CityMidfielder71427212
7MbappéParisForward6668
7NúñezBenficaForward6516110
7RonaldoMan. UnitedForward651427
7DanjumaVillarrealMidfielder6336111

CREATE TABLE goals (
  "serial" BIGINT,
  "player_name" VARCHAR,
  "club" VARCHAR,
  "position" VARCHAR,
  "goals" BIGINT,
  "right_foot" BIGINT,
  "left_foot" BIGINT,
  "headers" BIGINT,
  "others" BIGINT,
  "inside_area" BIGINT,
  "outside_areas" BIGINT,
  "penalties" BIGINT,
  "match_played" BIGINT
);

Share link

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