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

Check the strobe scraper for any possible missed divisioning #135

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

Per conversation with Adam Steeves, it appears that pre-IMLeagues, there may have occasionally been some informal divisioning for regular season watMu where a very large number of teams were involved, ie along the lines of Friday at given timeslots division, Sunday at given timeslots division, etc. This could imply that the complete dump of strobe.uwaterloo might have missed entire divisions worth of teams if it did not check playoff games and crawl those (if it did, I think this should be perfectly fine).

BruceJohnJennerLawso commented 7 years ago

As far as I can tell, this appears to be a non-issue since the scraper actually crawled linked playoff opponents as well as season ones due to all games being under that one table. Should be good to go.