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
Are Canadian NHL players more likely to be born early in the year?
@kaggle.joebeachcapital_canadian_hockey_player_birth_months
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
);
Anyone who has the link will be able to view this.