Tony
Tony
The following PR aims to improve the robustness of team_pitching.py, team_fielding.py, and team_batting.py. Currently, if a user inputs a valid three letter abbreviation for a team when calling team_[fielding, batting,...
If a user inputs a valid three letter abbreviation for a team when calling team_fielding_bref(), but without all letters capitalized (ex. "oak" or "OaK" instead of "OAK"), it raises the...
team_batting_bref() and team_fielding_bref do not function properly when given a valid team abbreviation and season(s). All calls return the error, `IndexError: list index out of range`, due to an attempt...