NHL Stanley Cup Playoffs (1918 - 2022)
Data from every NHL Stanley Cup playoff game (1918 - 2022)
@kaggle.mattop_nhl_stanley_cup_playoffs_1918_2022
Data from every NHL Stanley Cup playoff game (1918 - 2022)
@kaggle.mattop_nhl_stanley_cup_playoffs_1918_2022
CREATE TABLE nhlplayoffs (
"rank" BIGINT,
"team" VARCHAR,
"year" BIGINT,
"games" BIGINT,
"wins" BIGINT,
"losses" BIGINT,
"ties" BIGINT,
"shootout_wins" BIGINT,
"shootout_losses" BIGINT,
"win_loss_percentage" DOUBLE,
"goals_scored" BIGINT,
"goals_against" BIGINT,
"goal_differential" BIGINT
);
Anyone who has the link will be able to view this.