socceraction.data.wyscout

Module for loading Wyscout event data.

Serializers

socceraction.data.wyscout.WyscoutLoader

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

socceraction.data.wyscout.PublicWyscoutLoader

Load the public Wyscout dataset.

Schema

socceraction.data.wyscout.WyscoutCompetitionSchema

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

socceraction.data.wyscout.WyscoutTeamSchema

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

socceraction.data.wyscout.WyscoutPlayerSchema

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

socceraction.data.wyscout.WyscoutGameSchema

Definition of a dataframe containing a list of games.

socceraction.data.wyscout.WyscoutEventSchema

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