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
I am able to get accurate spreads for NBA games from previous seasons (e.g. hoopR::load_nba_pbp(2023)). However when running hoopR::load_nba_pbp(2024), every game_spread and home_team_spread is listed as 2.5. The rest of the play by play data for the 2024 season seems correct.
I am able to get accurate spreads for NBA games from previous seasons (e.g. hoopR::load_nba_pbp(2023)). However when running hoopR::load_nba_pbp(2024), every game_spread and home_team_spread is listed as 2.5. The rest of the play by play data for the 2024 season seems correct.
nba_pbp_2023 <- hoopR::load_nba_pbp(2023)
nba_pbp_2024 <- hoopR::load_nba_pbp(2024)
hist(nba_pbp_2023$game_spread)
hist(nba_pbp_2024$game_spread)
The text was updated successfully, but these errors were encountered: