socceraction.data.schema.EventSchema¶
- class socceraction.data.schema.EventSchema(*args, **kwargs)¶
Definition of a dataframe containing event stream data of a game.
Attributes
event_idThe unique identifier for the event.
game_idThe unique identifier for the game.
period_idThe unique identifier for the part of the game in which the event took place.
player_idThe unique identifier for the player this event relates to.
team_idThe unique identifier for the team this event relates to.
type_idThe unique identifier for the type of this event.
type_nameThe name of the type of this event.