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 at slicing the variable, table, which does not properly return any tables.
Source of error in team_batting.py:

Source of error in team_pitching.py:
