j-andrews7/kenpompy

2020 COVID year

Closed this issue · 0 comments

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)