Closed jmislansky closed 12 months ago
In team.py, I would add the line below line 33. There is an asterisk in this year since the seeds aren't the actual tourney seeds. Otherwise if you search for a team that was ranked, it returns an error
team_df = team_df.str.replace(r'\*', '', regex=True)
In team.py, I would add the line below line 33. There is an asterisk in this year since the seeds aren't the actual tourney seeds. Otherwise if you search for a team that was ranked, it returns an error
team_df = team_df.str.replace(r'\*', '', regex=True)