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 2001–2010
@kaggle.chiefzach12_sports_data.all_skaters_2001_2010

  • 272.5 KB
  • 7022 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

9618720.5127968129Thornton1618466138311251.5432C11512005200620.14871L195Joe ThorntonBOS,SJS1280.1975
6930710.1666698254Jagr2728448208341231.5R2452200520060.14673L368Jaromir JagrNYR1324.5
8423590.4976247936Crosby608471675101201.51898C1361200620070.144L250Sidney CrosbyPIT1245.5443
9212600.5111658222Thornton448466138241141.39024C1054200620070.10328L213Joe ThorntonSJS1218.7439
7819700.4236548235Malkin2808471215171131.37804C144120082009220.12068L290Evgeni MalkinPIT1351.0243
4743750.38888118265Ovechkin2408471214281121.36585L2237200720080.14573R446Alex OvechkinWSH1375.0609
8323830.4950858229Sedin488467876351121.36585C42720092010220.17469L166Henrik SedinVAN1181.2682
5436630.25107956Ovechkin272847121481101.3924L194620082009110.10606R528Alex OvechkinWSH1380.2784
5836720.558968151Crosby1718471675151091.34567C133420092010230.17114L298Sidney CrosbyPIT1317.2716
5937730.4545477250Ovechkin898471214451091.51388L1336200920100.13586R368Alex OvechkinWSH1307.8472

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