socceraction.data.base

Implements serializers for the event data of various providers.

Serializers

socceraction.data.base.EventDataLoader

Load event data either from a remote location or from a local folder.

Schema

socceraction.data.schema.CompetitionSchema

Definition of a dataframe containing a list of competitions and seasons.

socceraction.data.schema.TeamSchema

Definition of a dataframe containing the list of teams of a game.

socceraction.data.schema.PlayerSchema

Definition of a dataframe containing the list of players on the teamsheet of a game.

socceraction.data.schema.GameSchema

Definition of a dataframe containing a list of games.

socceraction.data.schema.EventSchema

Definition of a dataframe containing event stream data of a game.