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 Goalies
@kaggle.chiefzach12_sports_data.all_goalies

  • 223.41 KB
  • 4883 rows
  • 23 columns
assists

Assists

gamesplayed

GamesPlayed

gamesstarted

GamesStarted

fullname

FullName

goals

Goals

goalsagainst

GoalsAgainst

goalsagainstaverage

GoalsAgainstAverage

lastname

LastName

losses

Losses

otlosses

OtLosses

penaltyminutes

PenaltyMinutes

playerid

PlayerId

points

Points

savepct

SavePct

saves

Saves

seasonid

SeasonId

shootscatches

ShootsCatches

shotsagainst

ShotsAgainst

shutouts

Shutouts

teamabbrevs

TeamAbbrevs

ties

Ties

timeonice

TimeOnIce

wins

Wins

16666Braden Holtby1412.20244Holtby976847465110.92175166120152016L18023WSH23047148
17878Martin Brodeur1712.18458Brodeur23712845571010.92163201120062007L218212NJD28179348
37373Bernie Parent1361.8944Parent1324845017830.9322187019731974L200612PHI1225844547
27675Roberto Luongo1712.28494Luongo22610846614120.92116199820062007L21695VAN26941647
27777Evgeni Nabokov1632.14429Nabokov21812846070520.90954163920072008L18026SJS27365646
37776Martin Brodeur1682.24044Brodeur2566845571030.91616183620092010L20049NJD26994645
37676Miikka Kiprusoff2092.83839Kiprusoff2452846214730.90301194620082009L21554CGY26507945
16666Carey Price1301.96149Price1664847167910.93343182320142015L19539MTL23859344
26764Connor Hellebuyck1562.36012Hellebuyck119847694520.92382189220172018L20486WPG23795444
7171Evgeni Nabokov1702.43196Nabokov1610684607050.92158199820092010L21683SJS25164844

CREATE TABLE all_goalies (
  "assists" BIGINT,
  "gamesplayed" BIGINT,
  "gamesstarted" BIGINT,
  "fullname" VARCHAR,
  "goals" BIGINT,
  "goalsagainst" BIGINT,
  "goalsagainstaverage" DOUBLE,
  "lastname" VARCHAR,
  "losses" BIGINT,
  "otlosses" DOUBLE,
  "penaltyminutes" BIGINT,
  "playerid" BIGINT,
  "points" BIGINT,
  "savepct" DOUBLE,
  "saves" DOUBLE,
  "seasonid" BIGINT,
  "shootscatches" VARCHAR,
  "shotsagainst" DOUBLE,
  "shutouts" BIGINT,
  "teamabbrevs" VARCHAR,
  "ties" DOUBLE,
  "timeonice" BIGINT,
  "wins" BIGINT
);

Share link

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