socceraction.data.schema.EventSchema¶
- class socceraction.data.schema.EventSchema(*args, **kwargs)¶
Definition of a dataframe containing event stream data of a game.
Attributes
event_id
The unique identifier for the event.
game_id
The unique identifier for the game.
period_id
The unique identifier for the part of the game in which the event took place.
player_id
The unique identifier for the player this event relates to.
team_id
The unique identifier for the team this event relates to.
type_id
The unique identifier for the type of this event.
type_name
The name of the type of this event.