Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added missing hockey stat fields names #481

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

alexindaco
Copy link

I forget where I figured this out, but in my own personal scripts I had notes on stats that were not labelled here.
19 is Power Play Assists
35-37 is Special Teams Points
STP = STPG (Goals) + STPA (Assists)
STPG = PPG (Power Play) + SHG (Short Handed)
STPA = PPA + SHA

Also, I'm fairly certain that stat '30' is a global version of GP (Games Played). This can be useful for Goalies whose primary game count fantasy stat is GS, Games Started (at least thats why my league uses). Games Started only increments when the goalie is the starting goalie, so stat '30' would tell you the total number of games a goalie participated in in a given period. stat '30' also seems to be populated for skaters with the same value that is present in GP.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eada007) 80.42% compared to head (641e805) 80.42%.
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #481   +/-   ##
=======================================
  Coverage   80.42%   80.42%           
=======================================
  Files          59       59           
  Lines        2094     2094           
=======================================
  Hits         1684     1684           
  Misses        410      410           
Files Coverage Δ
espn_api/_version.py 100.00% <100.00%> (ø)
espn_api/hockey/constant.py 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cwendt94
Copy link
Owner

Thanks for updating these stats!

@cwendt94 cwendt94 merged commit f268c46 into cwendt94:master Oct 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants