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_idThe unique identifier for the game.
is_starterWhether the player is in the starting lineup.
jersey_numberThe player's jersey number.
minutes_playedThe number of minutes the player played in the game.
player_idThe unique identifier for the player.
player_nameThe name of the player.
team_idThe unique identifier for the player's team.