socceraction.data.statsbomb.StatsBombPlayerSchema

class socceraction.data.statsbomb.StatsBombPlayerSchema(*args, **kwargs)

Definition of a dataframe containing the list of players 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.

nickname

The nickname of the player on the team.

player_id

The unique identifier for the player.

player_name

The name of the player.

starting_position_id

The unique identifier for the starting position of the player on the team.

starting_position_name

The name of the starting position of the player on the team.

team_id

The unique identifier for the player's team.