Closed andrewtek closed 7 months ago
Confirmed. We don't write player information for stat ID == 2.
I also found some time to cross check other stat IDs. The following stat IDs at least occasionally provide player information while we don't write any of them.
This is just the list of IDs where we don't write player info while we could. I have not yet checked whether this is reasonable or not.
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?
N/A
Describe the bug
When checking data for 2023, punter_player_id and punter_player_name are null when punt_blocked = 1.
It appears that these pieces of information are available in the raw stat data, but they are stored on statId 2.
Reprex
Expected Behavior
I would expect punter_player_id and punter_player_name to contain the id and name of the punting player. These values appear to exist in the raw play stats on statId 2.
nflverse_sitrep
Screenshots
No response
Additional context
No response