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

Mark as postseason #80

Closed jmislansky closed 9 months ago

jmislansky commented 9 months ago

In a previous version, the lines from the schedule tables that said conference tournament or NCAA tournament still existed so it was easy to determine which games were post-season. A useful future change would be to mark if conf or NCAA tournament. Can be done with the current data just by looking at the dates, and tacking on, but would probably be easier to do in the code before the rows with tournament in them are dropped.