socceraction.xthreat.get_successful_move_actions¶
- socceraction.xthreat.get_successful_move_actions(actions)¶
Get all successful ball-progressing actions.
These include successful passes, dribbles and crosses.
- Parameters:
actions (pd.DataFrame) – Actions, in SPADL format.
- Returns:
All ball-progressing actions in the input dataframe.
- Return type:
pd.DataFrame