Hockey & Cross-League Projects - course bundle
================================================================

Three NHL builds — shots, leaders, form — then the capstone: measuring home advantage across five leagues at once.

Run order:
 1. 19_build_a_shot_location_plot_for_an_nhl_team.py  -  Build a Shot-Location Plot for an NHL Team
      https://sportsdatatutorials.com/tutorials/build-a-shot-location-plot-for-an-nhl-team.html
 2. 37_nhl_goal_scoring_leaders_chart.py  -  Build an NHL Goal-Scoring Leaders Chart
      https://sportsdatatutorials.com/tutorials/nhl-goal-scoring-leaders-chart.html
 3. 36_track_a_team_form_rolling_goal_differential.py  -  Track a Team's Form: Rolling Goal Differential
      https://sportsdatatutorials.com/tutorials/track-a-team-form-rolling-goal-differential.html
 4. 20_quantifying_home_advantage_across_five_leagues.py  -  Same Question, Five Sports: Quantifying Home Advantage Across Leagues
      https://sportsdatatutorials.com/tutorials/quantifying-home-advantage-across-five-leagues.html

Every script runs from this folder as-is:  python <script>.py
The shared helpers and every sample CSV the scripts read are included,
so the whole course works offline.

Course page: https://sportsdatatutorials.com/tracks/hockey-projects.html
All datasets documented: https://sportsdatatutorials.com/datasets.html
