Pass

Show/hide data providers
Data providers

kloppy.domain.PassEvent dataclass

The attempted delivery of the ball from one player to another player on the same team.

Event Specific Attributes

Name Description Hudl StatsBomb Stats Perform / Opta Wyscout (v2) Wyscout (v3) DataFactory Sportec Solutions Metrica (JSON)
event_type EventType.PASS

TYPE: EventType
event_name "pass"

TYPE: str
result The pass's outcome.

TYPE: PassResult
receive_timestamp The time the pass was received.

TYPE: Optional[Time]
receiver_coordinates The coordinates where the pass was received.

TYPE: Optional[Point]
receiver_player The intended receiver of the pass.

TYPE: Optional[Player]
qualifiers A list of qualifiers providing additional information about the pass.

TYPE: list[Union[PassQualifier, BodyPartQualifier, SetPieceQualifier, CounterAttackQualifier]]

Event Data General Attributes

Name Description Hudl StatsBomb Stats Perform / Opta Wyscout (v2) Wyscout (v3) DataFactory Sportec Solutions Metrica (JSON)
event_id Event identifier given by provider. Alias for record_id.

TYPE: str
time Time in the match the event takes place.

TYPE: Time
coordinates Coordinates where event happened.

TYPE: Point
team Team related to the event.

TYPE: Team
player Player related to the event.

TYPE: Player
ball_owning_team Team in control of the ball during the event.

TYPE: Optional[Team]
ball_state Whether the ball is in play.

TYPE: Optional[BallState]
raw_event The data provider's raw representation of the event.

TYPE: object
dataset A reference to the dataset the event is part of.

TYPE: Dataset
prev_record A reference to the previous event.

TYPE: Optional[Self]
next_record A reference to the next event.

TYPE: Optional[Self]
related_event_ids Event identifiers of related events.

TYPE: list[str]
freeze_frame A snapshot with the location of other players at the time of the event.

TYPE: Optional[Frame]
attacking_direction The playing direction of team during the event.

TYPE: AttackingDirection
state Additional game state information.

TYPE: dict[str, Any]
- - - - - - -

kloppy.domain.models.event.PassResult

Name Description Hudl StatsBomb Stats Perform / Opta Wyscout (v2) Wyscout (v3) DataFactory Sportec Solutions Metrica (JSON)
COMPLETE Complete pass
INCOMPLETE Incomplete pass (intercepted)
OUT Ball went out
OFFSIDE Offside