Baselight

European Soccer Dataset

Season 2017/18, 2018/19 and 2019/20

@kaggle.alessiasimone_european_soccer_dataset_season_20172020

Output
@kaggle.alessiasimone_european_soccer_dataset_season_20172020.output

  • 323.22 KB
  • 6824 rows
  • 46 columns
player

Player

age

Age

height

Height

nationality

Nationality

position

Position

value

Value

games

Games

minutes

Minutes

goals

Goals

assists

Assists

crosses

Crosses

tackles

Tackles

pressures

Pressures

blocks

Blocks

touches

Touches

fouls

Fouls

fouled

Fouled

offsides

Offsides

own_goals

Own Goals

ball_recoveries

Ball Recoveries

saves

Saves

squad

Squad

season

Season

league

League

attendance

Attendance

games_starts

Games Starts

passes_completed

Passes Completed

sca

Sca

gca

Gca

dribbles_completed

Dribbles Completed

pens_won

Pens Won

goals_against_gk

Goals Against Gk

shots_on_target_against

Shots On Target Against

clbestscorer

CLBestScorer

cards_yellow

Cards Yellow

shots_total

Shots Total

lgrk

LgRk

mp

MP

w

W

d

D

l

L

gf

GF

ga

GA

pts

Pts

cl

CL

wincl

WinCL

Zouhair Feddal30192MoroccoDefender4000000171431121171241912362310159BetisTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)La Liga35969169171544No1091538101117486041NoNo
Zlatan Ibrahimović37195SwedenForward3500000181362105234126981330162059MilanTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Serie A340781643458712No16363819910634666NoNo
Zinedine Ferhat26180AlgeriaForward200000026224634852726324126417547179NîmesTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Ligue 1125552560091654No14518287615294427NoNo
Zinédine Ould Khaled19195FranceMidfield1500015912433825AngersTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Ligue 198251221No112811611283339NoNo
Zeki Celik22180TurkeyDefender2000000023207024765391371613381141232LilleTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Ligue 136404231094305191No454281549352749NoNo
Zaydou Youssouf20182FranceMidfield7000000161077840204146581527120Saint-ÉtienneTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Ligue 123205942522229No4817288614294530NoNo
Zack Steffen24191United StatesGoalkeeper60000001715304674210861DüsseldorfTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Bundesliga3058117441513695No173461216366730NoNo
Yvon Mvogo25186SwitzerlandGoalkeeper2000000218082152RB LeipzigTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Bundesliga28819268135No33418124813766YesNo
Yves Bissouma22182MaliMidfield90000002212591658308288403115157BrightonTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Premier League22369155251126No416153891415395441NoNo
Yuya Osako29182JapanForward30000002818488213313711994331395110Werder BremenTue Jan 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Bundesliga2641322493645241nan24616348719426931NoNo

CREATE TABLE output (
  "player" VARCHAR,
  "age" BIGINT,
  "height" DOUBLE,
  "nationality" VARCHAR,
  "position" VARCHAR,
  "value" BIGINT,
  "games" BIGINT,
  "minutes" BIGINT,
  "goals" BIGINT,
  "assists" BIGINT,
  "crosses" BIGINT,
  "tackles" BIGINT,
  "pressures" BIGINT,
  "blocks" BIGINT,
  "touches" BIGINT,
  "fouls" BIGINT,
  "fouled" BIGINT,
  "offsides" BIGINT,
  "own_goals" BIGINT,
  "ball_recoveries" BIGINT,
  "saves" BIGINT,
  "squad" VARCHAR,
  "season" TIMESTAMP,
  "league" VARCHAR,
  "attendance" BIGINT,
  "games_starts" BIGINT,
  "passes_completed" BIGINT,
  "sca" BIGINT,
  "gca" BIGINT,
  "dribbles_completed" BIGINT,
  "pens_won" BIGINT,
  "goals_against_gk" BIGINT,
  "shots_on_target_against" BIGINT,
  "clbestscorer" VARCHAR,
  "cards_yellow" BIGINT,
  "shots_total" BIGINT,
  "lgrk" BIGINT,
  "mp" BIGINT,
  "w" BIGINT,
  "d" BIGINT,
  "l" BIGINT,
  "gf" BIGINT,
  "ga" BIGINT,
  "pts" BIGINT,
  "cl" VARCHAR,
  "wincl" VARCHAR
);

Share link

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