socceraction.data.statsbomb.StatsBombGameSchema¶
- class socceraction.data.statsbomb.StatsBombGameSchema(*args, **kwargs)¶
Definition of a dataframe containing a list of games.
Attributes
away_scoreThe final score of the away team.
away_team_idThe unique identifier for the away team in this game.
competition_idThe unique identifier for the competition.
competition_stageThe name of the phase of the competition this game is in.
game_dateThe date when the game was played.
game_dayNumber corresponding to the weeks or rounds into the competition this game is.
game_idThe unique identifier for the game.
home_scoreThe final score of the home team.
home_team_idThe unique identifier for the home team in this game.
refereeThe name of the referee.
season_idThe unique identifier for the season.
venueThe name of the stadium where the game was played.