-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add defense league points to ff_scoringhistory with new nflfastR defense player stats #387
Comments
I found out that you have to adjust the function I added a stat_type "defense" which provides a df_weekly for defense stats.
|
If I'm correct the only thing in addition would be to add this to
|
And the last (and probably most annoying thing) is to update the |
Hey Christian, thanks for the interest - I don't have bandwidth or plans to tackle this in the immediate future but perhaps can review it as an offseason thing. The code above looks fine! I do not want to introduce a dependency on nflfastR in this package, so it would require the infrastructure legwork of getting this all sorted within the nflreadr structure in order to be able to do something like this. |
Hey @tanho63 - any chance you've got some cycles to check this out? Or @christianlohr9 maybe if @tanho63 can help direct us on the infra work we can tag team it? |
Hiya! So I'd judge the steps required to implement as follows:
I haven't started on these yet, so happy to take some PRs in roughly this order! |
Hey @tanho63, now that |
Not something that I have bandwidth for in the near future, but would welcome a PR if someone wanted to tackle it |
Yo Tan,
I just tried to do some fantasy WAR analysis in an IDP league and recognized that's not possible for a specific scoring, because ff_scoringhistory scrapes the
calculate_player_stats
data.Maybe it'd be cool to add IDP scoring via the new function for defense stats.
Best regards,
Christian
The text was updated successfully, but these errors were encountered: