We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Bad input data for Chicago-Hornets game with erroneous plays
To Reproduce Steps to reproduce the behavior:
nba_player_pbp <- hoopR::load_nba_pbp(2024:hoopR::most_recent_nba_season()) nba_player_pbp %>% filter(game_id == 401616465)
https://www.espn.com/nba/playbyplay/_/gameId/401616465 All plays are from the first quarter
Expected behavior Score should not go down for one play and then jump back up
Screenshots Example of some bad plays
Desktop (please complete the following information):
Additional context This is bad data also present on ESPN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Bad input data for Chicago-Hornets game with erroneous plays
To Reproduce
Steps to reproduce the behavior:
https://www.espn.com/nba/playbyplay/_/gameId/401616465
All plays are from the first quarter
Expected behavior
Score should not go down for one play and then jump back up
Screenshots
Example of some bad plays
Desktop (please complete the following information):
Additional context
This is bad data also present on ESPN
The text was updated successfully, but these errors were encountered: