j-andrews7 / kenpompy

A simple yet comprehensive web scraper for kenpom.com.
https://kenpompy.readthedocs.io/en/latest/?badge=latest
GNU General Public License v3.0
70 stars 21 forks source link

2020 COVID year #81

Closed jmislansky closed 9 months ago

jmislansky commented 9 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)