socceraction.data.schema.PlayerSchema¶
- class socceraction.data.schema.PlayerSchema(*args, **kwargs)¶
Definition of a dataframe containing the list of players on the teamsheet of a game.
Attributes
game_id
The unique identifier for the game.
is_starter
Whether the player is in the starting lineup.
jersey_number
The player's jersey number.
minutes_played
The number of minutes the player played in the game.
player_id
The unique identifier for the player.
player_name
The name of the player.
team_id
The unique identifier for the player's team.