= Player("P1")
p p
Jesse Irvine, id: P1
Player (player_id:str)
A class to represent a player
Player.summarize_player ()
Prints a summary of the player’s stats
Player: Jesse Irvine
Matches played: 3
Matches won: 2
Percentage of matches won: 66.67%
Games played: 6
Games won: 4
Percentage of games won: 66.67%
Teams: ['Jesse Irvine & Catherine Parenteau', 'Jesse Irvine & Anna Bright', 'Jesse Irvine & Lucy Kovalova']
Player.partners_error_rate ()
Returns the average error rate of the player’s partners
Player.partners_win_rate ()
Returns the win rate of the player’s partners excluding games where the player was on the same team as their partner
head_to_head (p1:__main__.Player, p2:__main__.Player)
Returns the results of matches where p1 and p2 have played against each other
Jesse Irvine has played against Catherine Parenteau in 1 matches and has won 1 times
Player.overall_player_impact ()
Returns the mean and std of player impact taken over all games played in the database. Player impact is defined as winners + errors forced - unforced errors