socceraction.data.wyscout.WyscoutPlayerSchema¶
- class socceraction.data.wyscout.WyscoutPlayerSchema(*args, **kwargs)¶
Definition of a dataframe containing the list of teams of a game.
Attributes
birth_datefirstnamegame_idThe unique identifier for the game.
is_starterWhether the player is in the starting lineup.
jersey_numberThe player's jersey number.
lastnameminutes_playedThe number of minutes the player played in the game.
nicknameplayer_idThe unique identifier for the player.
player_nameThe name of the player.
team_idThe unique identifier for the player's team.