socceraction.data.opta.OptaGameSchema

class socceraction.data.opta.OptaGameSchema(*args, **kwargs)

Definition of a dataframe containing a list of games.

Attributes

attendance

The number of people who attended the game.

away_manager

The name of the manager of the away team.

away_score

The final score of the away team.

away_team_id

The unique identifier for the away team in this game.

competition_id

The unique identifier for the competition.

duration

The total duration of the game in minutes.

game_date

The date when the game was played.

game_day

Number corresponding to the weeks or rounds into the competition this game is.

game_id

The unique identifier for the game.

home_manager

The name of the manager of the home team.

home_score

The final score of the home team.

home_team_id

The unique identifier for the home team in this game.

referee

The name of the referee.

season_id

The unique identifier for the season.

venue

The name of the stadium where the game was played.