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

a few duplicated/incorrect mbb box scores #23

Open
dbaggot3 opened this issue Sep 28, 2021 · 0 comments
Open

a few duplicated/incorrect mbb box scores #23

dbaggot3 opened this issue Sep 28, 2021 · 0 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@dbaggot3
Copy link

dbaggot3 commented Sep 28, 2021

Describe the bug
Hi there! There appears to be a bug that reads in some incorrect/duplicated mbb box scores when using the load_mbb_player_box() function. Thankfully, these incorrect/duplicated box scores all appear to be within a single game (game id = 401253901).

To Reproduce
library(HoopR)
xx <- load_mbb_player_box(2021)
View(xx[which(xx$game_id == 401253901), ])

You can see that Cade Cunningham, Rondel Walker, and Avery Anderson III have their box scores duplicated, with these duplicated box scores have their listed team as their opponent:

Screen Shot 2021-09-28 at 10 54 21 AM

Is there a fix on my end for this? Thanks in advance for the help!

@armstjc armstjc added bug Something isn't working invalid This doesn't seem right labels Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants