socceraction.data.wyscout.PublicWyscoutLoader.teams

PublicWyscoutLoader.teams(game_id)

Return a dataframe with both teams that participated in a game.

Parameters:

game_id (int) – The ID of the game.

Returns:

A dataframe containing both teams. See WyscoutTeamSchema for the schema.

Return type:

pd.DataFrame