You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Have you installed the latest version of nfl_data_py?
I have installed the latest version of nfl_data_py
If this is a play-by-play issue, are you using the cache feature?
I have run without caching and the issue persists
Select the category that best describes your issue
Missing (expected data not present)
Add a description
There are several weeks missing from the dataset returned by the import_injuries() function. I haven't done a super exhaustive analysis, but I know that Aaron Rodgers 2023 injury history starts at week 13. He tore his Achilles in week 1, so I would expect to see him on that injury report for every week on the season. Maybe it's because he started practicing again that week ? I'm not sure, but ideally, we would be able to see how many weeks a player was out due to injury. There may be another way to do this that I'm not aware of so if anyone knows, please share that with me. Thank you.