mistakia / league

A platform for fantasy football leagues, analytics, dfs and betting.
https://xo.football
Other
11 stars 2 forks source link

feat: add column param to specify if other params should apply to the rate type calculation #252

Open mistakia opened 2 months ago

mistakia commented 2 months ago

This would enable being able to calculate the team first down pass rate by using the team passing attempts field, setting the downs param to first downs, and using the Per Offensive Play rate type.

Currently when doing this it will do # of first down passing attempts / all offensive plays. There should be an option so that the rate type becomes: # of first down passing attempts / all first down offensive plays.

This is needed for some of the fields specified in https://github.com/mistakia/league/issues/217