[FEATURE REQ] Allow calculating career stats using the calculate_stats()
function
#501
Closed
1 task done
calculate_stats()
function
#501
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I'd like to be able to calculate players' career stats (since 1999). I used to be able to do this with the
calculate_player_stats()
function. However, my understanding is that thecalculate_player_stats()
function has been superseded by thecalculate_stats()
function, and I am not able to do this directly with thecalculate_stats()
function.If I use the seasonal statistics, I can do post-processing to figure out some of the career statistics (i.e., the variables that can be summed across years, e.g., passing touchdowns). However, some variables cannot be meaningfully summed or averaged across years to get the "true" career statistic (e.g., completion percentage, QBR). Again, these can be estimated from seasonal statistics using additional postprocessing, weighted averages based on the number of games played in the season, etc., but doing it via postprocessing would be hack-ish.
Describe the solution you'd like
The capability to calculate players' stats across all available seasons (since 1999) was able to be performed using the
calculate_player_stats()
function:It would be nice to add this capability to the
calculate_stats()
function. For instance, it would be helpful to add "career" as an option to thesummary_level
argument:Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: