Baselight

Euro 2020 Top Players

Euro 2020 Top Performers

@kaggle.bakar31_euro_2020_top_players

Euro2020
@kaggle.bakar31_euro_2020_top_players.euro2020

  • 22.08 KB
  • 59 rows
  • 27 columns
player

Player

country

Country

position

Position

match_played

Match Played

goals

Goals

right_foot_goals

Right Foot Goals

left_foot_goals

Left Foot Goals

header_goals

Header Goals

assists

Assists

total_attempts

Total Attempts

on_target

On Target

off_target

Off Target

woodwork

Woodwork

shot_blocks

Shot Blocks

avg_gpg

Avg Gpg

fouls_suffered

Fouls Suffered

fouls_committed

Fouls Committed

top_speed

Top Speed

passing_accuracy

Passing Accuracy

distance_covered

Distance Covered

clearence_attempted

Clearence Attempted

balls_recovered

Balls Recovered

tackels

Tackels

blocks

Blocks

yellow_cards

Yellow Cards

red_cards

Red Cards

minutes_played

Minutes Played

Cristiano RonaldoPortugalF45321168531.25929.78636.1221360
Patrik SchickCzech RepublicF551311695212532.47143.6463404
Karim BenzemaFranceF4422111533129.58737.114349
Emil ForsbergSwedenM442214472315297941.471371
Romelu LukakuBelgiumF5422136250.83631.36940.923444
Harry KaneEnglandF7422158610.5814530.87274.3543649
Xherdan ShaqiriSwitzerlandM53211125430.63529.58142.35371
Raheem SterlingEnglandF732111474130.4312833.18468.3114641
Kasper DolbergDenmarkF44375110.756630.67024.721225
Robert LewandowskiPolandF3311112442413531.36629.72221270

CREATE TABLE euro2020 (
  "player" VARCHAR,
  "country" VARCHAR,
  "position" VARCHAR,
  "match_played" BIGINT,
  "goals" BIGINT,
  "right_foot_goals" DOUBLE,
  "left_foot_goals" DOUBLE,
  "header_goals" DOUBLE,
  "assists" DOUBLE,
  "total_attempts" DOUBLE,
  "on_target" DOUBLE,
  "off_target" DOUBLE,
  "woodwork" DOUBLE,
  "shot_blocks" DOUBLE,
  "avg_gpg" DOUBLE,
  "fouls_suffered" DOUBLE,
  "fouls_committed" BIGINT,
  "top_speed" DOUBLE,
  "passing_accuracy" BIGINT,
  "distance_covered" DOUBLE,
  "clearence_attempted" DOUBLE,
  "balls_recovered" DOUBLE,
  "tackels" DOUBLE,
  "blocks" DOUBLE,
  "yellow_cards" DOUBLE,
  "red_cards" DOUBLE,
  "minutes_played" BIGINT
);

Share link

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