You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: