Player
kloppy.domain.Player
dataclass
A player in a team.
ATTRIBUTE | DESCRIPTION |
---|---|
player_id |
Identifier given by the provider.
TYPE:
|
team |
The player's team.
TYPE:
|
jersey_no |
The player's jersey number.
TYPE:
|
first_name |
The player's first name.
TYPE:
|
last_name |
The player's last name.
TYPE:
|
name |
Full name of the player.
TYPE:
|
full_name |
If
TYPE:
|
starting |
TYPE:
|
starting_position |
The player's starting position
or
TYPE:
|
poisitions |
The player's positions over time.
TYPE:
|
attributes |
Additional attributes given by the provider.
TYPE:
|