NBA_Tutorials icon indicating copy to clipboard operation
NBA_Tutorials copied to clipboard

A bug in player_on_court.py

Open shengkelong opened this issue 1 year ago • 0 comments

73 periods = players_subbed_in_at_each_period['PERIOD'].drop_duplicates().values.tolist() Sometimes the game has no substitutions, which may miss the period. periods = play_by_play['PERIOD'].drop_duplicates().values.tolist() This avoids the problem.

shengkelong avatar Feb 26 '23 01:02 shengkelong