Skip to content
New issue

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

Incorrect spreads for 2024 NBA games from load_nba_pbp() #140

Open
kirk-broad opened this issue Jan 14, 2024 · 1 comment
Open

Incorrect spreads for 2024 NBA games from load_nba_pbp() #140

kirk-broad opened this issue Jan 14, 2024 · 1 comment

Comments

@kirk-broad
Copy link

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)

image image
@bkmontgom
Copy link

Same as #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants