socceraction.data.wyscout.PublicWyscoutLoader.games¶
- PublicWyscoutLoader.games(competition_id, season_id)¶
Return a dataframe with all available games in a season.
- Parameters:
competition_id (int) – The ID of the competition.
season_id (int) – The ID of the season.
- Returns:
A dataframe containing all available games. See
WyscoutGameSchema
for the schema.- Return type:
pd.DataFrame