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 watMu games report every game as both home and away True #102

Closed BruceJohnJennerLawso closed 7 years ago

BruceJohnJennerLawso commented 7 years ago

This is a pretty brutal hack, but I cant really think of any way its going to hurt things long term. Should produce the desired effect (no difference in home/away rels for watMu teams) while still letting the nhl teams get their desired info about matchup differences, etc, etc.

BruceJohnJennerLawso commented 7 years ago

TLDR for anyone unfamiliar with this situation, watMu teams have an assigned Home/Away for each game, but it wasnt clearly reflected in the old (or new) intramurals systems, so the watMu data has no idea which team was home, or which was away. Theres no concept of last change in watMu anyways, so neither team has any real difference besides what theyre called on the scoresheet.

BruceJohnJennerLawso commented 7 years ago

Done as of 3e0df851935dd5f3490de41a9aa8405cf9f0e678, although only time will tell if this was a good idea