socceraction.data.opta.OptaGameSchema¶
- class socceraction.data.opta.OptaGameSchema(*args, **kwargs)¶
Definition of a dataframe containing a list of games.
Attributes
attendanceThe number of people who attended the game.
away_managerThe name of the manager of the away team.
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.
durationThe total duration of the game in minutes.
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_managerThe name of the manager of the home team.
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.