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

box_score(box_score_type='hustle') returns NA for the last week #108

Open
grayskripko opened this issue Dec 6, 2022 · 0 comments
Open

Comments

@grayskripko
Copy link

you can use game_ids='22200325' for reproduction.
and place a browser() here
https://github.com/abresler/nbastatR/blob/master/R/box_scores.R#L412

all_data %>% 
    filter(typeBoxScore == 'Hustle') %>%
    {.$dataBoxScore[[1]]}

image

I expect these NAs in groupStartPosition arregate to all NAs later.

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

1 participant