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 1981–1990
@kaggle.chiefzach12_sports_data.all_skaters_1981_1990

  • 173.34 KB
  • 5673 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

1633814368052Gretzky1468447400712152.6875C1154198519863180.14857L350Wayne GretzkyEDM
12068147128092Gretzky268447400802122.65C185719811982680.24864L370Wayne GretzkyEDM
1355414678073Gretzky5284474001002082.6C8441984198511180.20621L354Wayne GretzkyEDM
11855135117487Gretzky398447400782052.77027C20471983198412230.26687L326Wayne GretzkyEDM
1144110287685Lemieux11008448782411992.61842C31791988198913180.27156R313Mario LemieuxPIT
1254713298071Gretzky598447400611962.45C1854198219836100.20402L348Wayne GretzkyEDM
1214212447962Gretzky288447400691832.31645C1346198619877130.21527L288Wayne GretzkyEDM
98387477770Lemieux2928448782231682.18181C22801987198810140.18324R382Mario LemieuxPIT
1143810057854Gretzky268447400151682.15384C1153198819895150.17821L303Wayne GretzkyLAK
904510178065Yzerman2618452578171551.9375C174619881989380.16752R388Steve YzermanDET

CREATE TABLE all_skaters_1981_1990 (
  "assists" BIGINT,
  "evgoals" BIGINT,
  "evpoints" BIGINT,
  "faceoffwinpct" VARCHAR,
  "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" VARCHAR
);

Share link

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