Baselight

Canadian Hockey Player Birth Months

Are Canadian NHL players more likely to be born early in the year?

@kaggle.joebeachcapital_canadian_hockey_player_birth_months

Nhl Rosters
@kaggle.joebeachcapital_canadian_hockey_player_birth_months.nhl_rosters

  • 1.3 MB
  • 54883 rows
  • 18 columns
team_code

Team Code

season

Season

position_type

Position Type

player_id

Player Id

headshot

Headshot

first_name

First Name

last_name

Last Name

sweater_number

Sweater Number

position_code

Position Code

shoots_catches

Shoots Catches

height_in_inches

Height In Inches

weight_in_pounds

Weight In Pounds

height_in_centimeters

Height In Centimeters

weight_in_kilograms

Weight In Kilograms

birth_date

Birth Date

birth_city

Birth City

birth_country

Birth Country

birth_state_province

Birth State Province

ATL19992000forwards8467867https://assets.nhle.com/mugs/nhl/19992000/ATL/8467867.pngBryanAdams26LL7218518384Sun Mar 20 1977 00:00:00 GMT+0000 (Coordinated Universal Time)Fort St. JamesCANBritish Columbia
ATL19992000forwards8445176https://assets.nhle.com/mugs/nhl/19992000/ATL/8445176.pngDonaldAudette28RR6819117387Tue Sep 23 1969 00:00:00 GMT+0000 (Coordinated Universal Time)LavalCANQuebec
ATL19992000forwards8460014https://assets.nhle.com/mugs/nhl/19992000/ATL/8460014.pngEricBertrand83LL7320518593Wed Apr 16 1975 00:00:00 GMT+0000 (Coordinated Universal Time)St-EphremCANQuebec
ATL19992000forwards8460510https://assets.nhle.com/mugs/nhl/19992000/ATL/8460510.pngJasonBotterill28LL7621719398Wed May 19 1976 00:00:00 GMT+0000 (Coordinated Universal Time)EdmontonCANAlberta
ATL19992000forwards8459596https://assets.nhle.com/mugs/nhl/19992000/ATL/8459596.pngAndrewBrunette15LL7321518598Fri Aug 24 1973 00:00:00 GMT+0000 (Coordinated Universal Time)SudburyCANOntario
ATL19992000forwards8445733https://assets.nhle.com/mugs/nhl/19992000/ATL/8445733.pngKellyBuchberger7RL7420018891Fri Dec 02 1966 00:00:00 GMT+0000 (Coordinated Universal Time)LangenburgCANSaskatchewan
ATL19992000forwards8460573https://assets.nhle.com/mugs/nhl/19992000/ATL/8460573.pngHnatDomenichelli9LL7219518388Tue Feb 17 1976 00:00:00 GMT+0000 (Coordinated Universal Time)EdmontonCANAlberta
ATL19992000forwards8459450https://assets.nhle.com/mugs/nhl/19992000/ATL/8459450.pngSheanDonovan10RR7521819199Wed Jan 22 1975 00:00:00 GMT+0000 (Coordinated Universal Time)TimminsCANOntario
ATL19992000forwards8446675https://assets.nhle.com/mugs/nhl/19992000/ATL/8446675.pngNelsonEmerson19RR7018017882Thu Aug 17 1967 00:00:00 GMT+0000 (Coordinated Universal Time)HamiltonCANOntario
ATL19992000forwards8446823https://assets.nhle.com/mugs/nhl/19992000/ATL/8446823.pngRayFerraro21CL6920017591Sun Aug 23 1964 00:00:00 GMT+0000 (Coordinated Universal Time)TrailCANBritish Columbia

CREATE TABLE nhl_rosters (
  "team_code" VARCHAR,
  "season" BIGINT,
  "position_type" VARCHAR,
  "player_id" BIGINT,
  "headshot" VARCHAR,
  "first_name" VARCHAR,
  "last_name" VARCHAR,
  "sweater_number" DOUBLE,
  "position_code" VARCHAR,
  "shoots_catches" VARCHAR,
  "height_in_inches" DOUBLE,
  "weight_in_pounds" DOUBLE,
  "height_in_centimeters" DOUBLE,
  "weight_in_kilograms" DOUBLE,
  "birth_date" TIMESTAMP,
  "birth_city" VARCHAR,
  "birth_country" VARCHAR,
  "birth_state_province" VARCHAR
);

Share link

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