Describe the bug
Game ID "400579076" Has a Row with Quarter Equaling 29. See id == "40057907629".
To Reproduce
Steps to reproduce the behavior:
nba_pbp <- hoopR::load_nba_pbp(seasons = 2002:2026)
nba_pbp %>% filter(game_id == "400579076" & id == "40057907629") %>% select(id, qtr) %>% view()
Expected behavior
Did not review enough to see what the quarter should be
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
Game ID "400579076" Has a Row with Quarter Equaling 29. See id == "40057907629".
To Reproduce
Steps to reproduce the behavior:
nba_pbp <- hoopR::load_nba_pbp(seasons = 2002:2026)
nba_pbp %>% filter(game_id == "400579076" & id == "40057907629") %>% select(id, qtr) %>% view()
Expected behavior
Did not review enough to see what the quarter should be
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.