sportsipy
sportsipy copied to clipboard
NBA BoxScore Problems w/ OT Games
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?