jflancer / bigballR

Package for working with NCAA Basketball Data
Other
61 stars 19 forks source link

get_box_scores uses all_of instead of any_of and causes issues across seasons #43

Closed z-feldman closed 10 months ago

z-feldman commented 10 months ago

Some columns (G and DQ) are not present in earlier seasons of box scores. This causes issues scraping box scores across those seasons simultaneously. After talking to Jake, changing the all_of to any_of should clear this up