Team

Easily analyze a pickleball team

source

Team

 Team (team_id:str)

A class to represent a team

t = Team("T1")
t
Jesse Irvine & Catherine Parenteau
t.players
array(['P1', 'P2'], dtype=object)

source

Team.summarize_team

 Team.summarize_team ()

Prints a summary of the team

t.summarize_team()
Jesse Irvine & Catherine Parenteau have played 3 games and won 1 games