nflverse / nflverse-rosters

builds roster data for nflverse/nflverse-data
Other
20 stars 3 forks source link

[BUG] 2024 Week 4 injuries are missing #87

Open nateb7722 opened 4 days ago

nateb7722 commented 4 days ago

Is there an existing issue for this?

Have you installed the latest development version of the package(s) in question?

If this is a data issue, have you tried clearing your nflverse cache?

I am not using an nflverse R package (nflreadr, nflfastR) to access this data.

What version of the package do you have?

0.3.1

Describe the bug

import_injuries function does not return data for week 4, all other weeks have injury reports

Reprex

import nfl_data_py as nfl
inj = nfl.import_injuries([2024])
inj['week'].unique()

Expected Behavior

as of this moment weeks 1-5 should all have data

nflverse_sitrep

NA

Screenshots

No response

Additional context

No response

john-b-edwards commented 3 days ago

Unfortunately, 2024 week 4 injury data was not uploaded to the NFL data exchange, so we can't pull this data down at this time:

> scrape_ir(2024, 4, "REG")
data frame with 0 columns and 0 rows

As it's an issue with missing data, there's not much we can do here. If the NFL does re-upload this missing data, our automated process should pick it up when it becomes available.

I'm going to leave this issue open and tag it as WONTFIX to ensure that if anyone else notices that it's missing, they'll know we're aware.