socceraction.data.statsbomb.StatsBombGameSchema¶
- class socceraction.data.statsbomb.StatsBombGameSchema(*args, **kwargs)¶
Definition of a dataframe containing a list of games.
Attributes
away_score
The final score of the away team.
away_team_id
The unique identifier for the away team in this game.
competition_id
The unique identifier for the competition.
competition_stage
The name of the phase of the competition this game is in.
game_date
The date when the game was played.
game_day
Number corresponding to the weeks or rounds into the competition this game is.
game_id
The unique identifier for the game.
home_score
The final score of the home team.
home_team_id
The unique identifier for the home team in this game.
referee
The name of the referee.
season_id
The unique identifier for the season.
venue
The name of the stadium where the game was played.