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 2021–2025
@kaggle.chiefzach12_sports_data.all_skaters_2021_2025

  • 171.26 KB
  • 3756 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

8939750.51928118264McDavid2368478402221531.86585C217120222023470.18181L352Connor McDavidEDM1343.1341
10031910.568144Kucherov122847645381441.77777R1353202320240.14379L306Nikita KucherovTBL1300.1234
8941920.4619498251MacKinnon2428477492351401.70731C1048202320240.12592R405Nathan MacKinnonCOL1368.8536
10024870.5109857632McDavid1308478402351321.73684C74420232024110.12167L263Connor McDavidEDM1281.5526
7619640.54897118052Draisaitl124847793471281.6C326220222023120.21052L247Leon DraisaitlEDM1304.0375
7934780.5372898044McDavid4458478402281231.5375C10442021202210.14012L314Connor McDavidEDM1323.975
7138750.158249Panarin1248478550181201.46341L11442023202410.16171R303Artemi PanarinNYR1207.1341
753490198240Gaudreau2268476346641151.40243L625202120220.15267L262Johnny GaudreauCGY1114.4878
8522720.3333378030Huberdeau2548476456351151.4375L53820212022350.13513L222Jonathan HuberdeauFLA1165.475
5243760.42105138261Pastrnak4388477956341131.37804R1837202220230.14987R407David PastrnakBOS1173.8658

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