socceraction.data.base.EventDataLoader¶
- class socceraction.data.base.EventDataLoader¶
Load event data either from a remote location or from a local folder.
- Parameters:
root (str) – Root-path of the data.
getter (str) – “remote” or “local”
Methods
Return a dataframe with all available competitions and seasons.
Return a dataframe with the event stream of a game.
Return a dataframe with all available games in a season.
Return a dataframe with all players that participated in a game.
Return a dataframe with both teams that participated in a game.