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 Player Births
@kaggle.joebeachcapital_canadian_hockey_player_birth_months.nhl_player_births

  • 259.41 KB
  • 8474 rows
  • 9 columns
player_id

Player Id

first_name

First Name

last_name

Last Name

birth_date

Birth Date

birth_city

Birth City

birth_country

Birth Country

birth_state_province

Birth State Province

birth_year

Birth Year

birth_month

Birth Month

8467867BryanAdamsSun Mar 20 1977 00:00:00 GMT+0000 (Coordinated Universal Time)Fort St. JamesCANBritish Columbia19773
8445176DonaldAudetteTue Sep 23 1969 00:00:00 GMT+0000 (Coordinated Universal Time)LavalCANQuebec19699
8460014EricBertrandWed Apr 16 1975 00:00:00 GMT+0000 (Coordinated Universal Time)St-EphremCANQuebec19754
8460510JasonBotterillWed May 19 1976 00:00:00 GMT+0000 (Coordinated Universal Time)EdmontonCANAlberta19765
8459596AndrewBrunetteFri Aug 24 1973 00:00:00 GMT+0000 (Coordinated Universal Time)SudburyCANOntario19738
8445733KellyBuchbergerFri Dec 02 1966 00:00:00 GMT+0000 (Coordinated Universal Time)LangenburgCANSaskatchewan196612
8460573HnatDomenichelliTue Feb 17 1976 00:00:00 GMT+0000 (Coordinated Universal Time)EdmontonCANAlberta19762
8459450SheanDonovanWed Jan 22 1975 00:00:00 GMT+0000 (Coordinated Universal Time)TimminsCANOntario19751
8446675NelsonEmersonThu Aug 17 1967 00:00:00 GMT+0000 (Coordinated Universal Time)HamiltonCANOntario19678
8446823RayFerraroSun Aug 23 1964 00:00:00 GMT+0000 (Coordinated Universal Time)TrailCANBritish Columbia19648

CREATE TABLE nhl_player_births (
  "player_id" BIGINT,
  "first_name" VARCHAR,
  "last_name" VARCHAR,
  "birth_date" TIMESTAMP,
  "birth_city" VARCHAR,
  "birth_country" VARCHAR,
  "birth_state_province" VARCHAR,
  "birth_year" BIGINT,
  "birth_month" BIGINT
);

Share link

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