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

Fixed parsing for tournament labels on FanMatch pages (fixes #47) #48

Closed esqew closed 1 year ago

esqew commented 1 year ago

Added some logic to parse any conference/NCAA tournament labels from the FanMatch fm_df.Game field to a dedicated Tournament column and subsequently remove them from the Game field. Includes the associated tests as well.