PHF Hockey Analytics: Shot Patterns and Goaltending Performance
Module
Please note that these materials have not yet completed the required pedagogical and industry peer-reviews to become a published module on the SCORE Network. However, instructors are still welcome to use these materials if they are so inclined.
Welcome Video
If you are unfamiliar with ice hockey, the video below provides a quick overview of the sport and how the game is played.
Introduction
Ice hockey is a fast-paced team sport played on a rink, where players try to score by shooting a puck into the opposing team’s net. The Premier Hockey Federation (PHF) was a professional women’s hockey league that showcased elite-level competition, strategy, and goaltending talent across North America. The Premier Hockey Federation (PHF) was a professional women’s ice hockey league in North America.
The PHF was founded in 2015 as the National Women’s Hockey League, but it rebranded to PHF in 2021. It included teams like Boston Pride, Buffalo Beauts, Minnesota Whitecaps, Toronto Six, and others which competed for the Isobel Cup each season. The PHF league shut down in 2023 after being bought out by investors and was replaced by a new unified league: the Professional Women’s Hockey League (PWHL), which started play in 2024.
Two key metrics stand out when evaluating player and team performance in hockey: shooting efficiency (how often a player’s shots result in goals) and goaltending effectiveness, typically measured as save proportion — the fraction of shots on goal that a goalie successfully stops. These metrics are foundational in hockey analytics and give a clear picture of both offensive and defensive strength.
This module uses play-by-play shot data from the 2021–2022 PHF season. The dataset tracks every shot attempt, recording who took the shot, which goalie was in net, the outcome (made, saved, or blocked), and the teams involved. Students will work through the data to tally shot counts by team, identify the most active shooters, and compute goalie save proportions building familiarity with real-world sports data analysis along the way.
Data
The dataset contains 1,502 shot-level observations from the 2021–2022 PHF season. Each row represents a single shot attempt during a game. The data was sourced from the SCORE Network data repository.
Download data: phf_shots_2021.csv
Variable Descriptions
| Variable | Description |
|---|---|
| play_description | Detailed text description of the event |
| play_type | Outcome category of the shot (Goal, PP Goal, SH Goal, Shot, Shot BLK) |
| period_id | Game period (1, 2, 3, or overtime) |
| time_remaining | Time left in the period (MM:SS format) |
| sec_from_start | Seconds elapsed since the start of the game |
| home_team | Name of the home team |
| away_team | Name of the away team |
| home_goals | Home team score after this event |
| away_goals | Away team score after this event |
| shooting_team | Team taking the shot |
| player_name_1 | Name of the player taking the shot |
| player_name_2 | Name of the secondary event player (blocker or goalie) |
| goalie_involved | Name of the goalie involved in the shot attempt |
| shot_result | Outcome of the shot: blocked, made, or saved |
| on_ice_situation | Strength indicator (Even Strength or Power Play) |
| home_score_total | Final home team score |
| away_score_total | Final away team score |
Data Source
Premier Hockey Federation shot data from the 2021–2022 PHF season, accessed via the SCORE Network data repository.
Materials
Student handout with guided questions and empty code chunks:
Complete solutions with code and output:
Acknowledgements
Thumbnail photo by Getty Images — licensed and published on (Just Women’s Sports).
Hockey video, “The rules of hockey explained”, published on Ninh Lyn’s Youtube channel.
About the Premier Hockey Federation (PHF) and Professional Women’s Hockey League (PWHL):
Sheposh, Richard. “Premier Hockey Federation (PHF).” EBSCO Research Starters, 2022, (Premier Hockey Federation (PHF))
King, Thad. “Professional Women’s Hockey League.” Encyclopaedia Britannica, 5 Mar. 2026, (Professional Women’s Hockey League (PWHL)).