Skip to content

A bug in player_on_court.py #11

Description

@shengkelong

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions