socceraction.data.schema.GameSchema¶
- class socceraction.data.schema.GameSchema(*args, **kwargs)¶
Definition of a dataframe containing a list of games.
Attributes
away_team_id
The unique identifier for the away team in this game.
competition_id
The unique identifier for the competition.
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_team_id
The unique identifier for the home team in this game.
season_id
The unique identifier for the season.