socceraction.data.wyscout.WyscoutGameSchema¶
- class socceraction.data.wyscout.WyscoutGameSchema(*args, **kwargs)¶
Definition of a dataframe containing a list of games.
Attributes
away_team_idThe unique identifier for the away team in this game.
competition_idThe unique identifier for the competition.
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_team_idThe unique identifier for the home team in this game.
season_idThe unique identifier for the season.