socceraction.data.opta.OptaPlayerSchema¶
- class socceraction.data.opta.OptaPlayerSchema(*args, **kwargs)¶
Definition of a dataframe containing the list of players 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.
starting_positionThe starting position of the player.
team_idThe unique identifier for the player's team.