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 1968–1980
@kaggle.chiefzach12_sports_data.all_skaters_1968_1980

  • 153.15 KB
  • 4834 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

765199167876Esposito718446722691521.94871C245119701971120.13818L550Phil EspositoBOS
77509997868Esposito588446722511451.85897C144019731974460.17302L393Phil EspositoBOS
102297757837Orr9184500701241391.78205D549197019713130.09438L392Bobby OrrBOS
84369168053Dionne328446430341371.7125C1746197919800.15229R348Marcel DionneLAK
863710067951Gretzky218447400141371.73417C133519791980120.17957L284Wayne GretzkyEDM
804210488056Lafleur208448624891361.7R1432197619770.1931R290Guy LafleurMTL
89287948046Orr1018450070801351.6875D165219741975240.11979L384Bobby OrrBOS
87329087647Trottier508451965761341.76315C1544197819790.25133L187Bryan TrottierNYI
673777167666Esposito768446722541331.75C275219711972240.15492L426Phil EspositoBOS
724596127860Lafleur268448624731321.6923R1536197719780.19672R305Guy LafleurMTL

CREATE TABLE all_skaters_1968_1980 (
  "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.