roclark/sportsipy

NBA BoxScore Problems w/ OT Games

nsarkey1 opened this issue · 0 comments

When running:

B = Boxscore(202110200NYK).dataframe
F['att2h'][i] = B.home_two_point_field_goal_attempts

We get a value of only the number of 2 point attempts from the 2OT part of the game; we do not get full-length stats. This problem only persists for home teams in OT games. Has anybody else had this issue?