BruceJohnJennerLawso / scrap

Hockey stats analysis done by scraping the data to a csv file, then processing/analyzing them with more python.
3 stars 0 forks source link

Make teamBeautiful able to handle games still awaiting scores #127

Closed BruceJohnJennerLawso closed 7 years ago

BruceJohnJennerLawso commented 7 years ago

Example being 0af3b74442344ecebeff27c2f9fc5829 for intermediate volleyball, winter2017, scores are still pending a week later, which royally screws up how teamBeautiful processes game entries. I count about 19 (19? odd?) cases of this in the scrape done of the data that are in this boat, mostly just because the data appears not to have been input yet.

Just need to make teamBeautiful handle this explicitly, ie by manually adding in placeholder values when this situation comes up, and we should be GTG, although having the teamIds in question manually dropped into a csv for future inspection might be a decent idea too...

BruceJohnJennerLawso commented 7 years ago

Fixed as of 1f509444120b165554cbce75a0cc54f8c053e644