Baselight

NHL NBA,MLB,NBA Salaries + Statistics (1876-2024)

Data on major North American sports leagues compiled into CSV/JSONL form.

@kaggle.chiefzach12_sports_data

All Skaters 2011–2020
@kaggle.chiefzach12_sports_data.all_skaters_2011_2020

  • 296.88 KB
  • 7966 rows
  • 26 columns
assists

Assists

evgoals

EvGoals

evpoints

EvPoints

faceoffwinpct

FaceoffWinPct

gamewinninggoals

GameWinningGoals

gamesplayed

GamesPlayed

goals

Goals

lastname

LastName

otgoals

OtGoals

penaltyminutes

PenaltyMinutes

playerid

PlayerId

plusminus

PlusMinus

points

Points

pointspergame

PointsPerGame

positioncode

PositionCode

ppgoals

PpGoals

pppoints

PpPoints

seasonid

SeasonId

shgoals

ShGoals

shpoints

ShPoints

shootingpct

ShootingPct

shootscatches

ShootsCatches

shots

Shots

skaterfullname

SkaterFullName

teamabbrevs

TeamAbbrevs

timeonicepergame

TimeOnIcePerGame

87268088241Kucherov628476453241281.56097R1548201820190.16666L246Nikita KucherovTBL1197.9268
7531810.4662397841McDavid320847840231161.48717C93320182019120.17083L240Connor McDavidEDM1370.2307
6635800.278144Kane322847414121101.35802R930201820190.12903L341Patrick KaneCHI1349.3456
6727660.52088107143Draisaitl2188477934-71101.54929C1644201920200.19724L218Leon DraisaitlEDM1356.676
5938750.475297550Malkin1708471215181091.45333C1234201120120.14749L339Evgeni MalkinPIT1261.4133
6735840.4136478241McDavid2268478402201081.31707C52020172018140.14963L274Connor McDavidEDM1293.0975
6029690.2156898246Kane1308474141171061.29268R1737201520160.16027L287Patrick KaneCHI1224.6219
5531730.5052258250Draisaitl352847793421051.28048C162920182019330.21645L231Leon DraisaitlEDM1355.4512
6825660.5251758036Crosby1468471675181041.3C1138201320140.13899L259Sidney CrosbyPIT1318.3375
6825660.5863918234Giroux1208473512281021.2439R936201720180.17616R193Claude GirouxPHI1221.8048

CREATE TABLE all_skaters_2011_2020 (
  "assists" BIGINT,
  "evgoals" BIGINT,
  "evpoints" BIGINT,
  "faceoffwinpct" DOUBLE,
  "gamewinninggoals" BIGINT,
  "gamesplayed" BIGINT,
  "goals" BIGINT,
  "lastname" VARCHAR,
  "otgoals" BIGINT,
  "penaltyminutes" BIGINT,
  "playerid" BIGINT,
  "plusminus" BIGINT,
  "points" BIGINT,
  "pointspergame" DOUBLE,
  "positioncode" VARCHAR,
  "ppgoals" BIGINT,
  "pppoints" BIGINT,
  "seasonid" BIGINT,
  "shgoals" BIGINT,
  "shpoints" BIGINT,
  "shootingpct" DOUBLE,
  "shootscatches" VARCHAR,
  "shots" BIGINT,
  "skaterfullname" VARCHAR,
  "teamabbrevs" VARCHAR,
  "timeonicepergame" DOUBLE
);

Share link

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