socceraction.atomic.spadl.play_left_to_right

socceraction.atomic.spadl.play_left_to_right(actions, home_team_id)

Perform all action in the same playing direction.

This changes the location of each action, such that all actions are performed as if the team that executes the action plays from left to right.

Parameters:
  • actions (pd.DataFrame) – The SPADL actins of a game.

  • home_team_id (int) – The ID of the home team.

Returns:

All actions performed left to right.

Return type:

list(pd.DataFrame)

See also

socceraction.atomic.vaep.features.play_left_to_right

For transforming gamestates.