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

Player summary stats count same seasons as a full season in the average calculation #56

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

Needs to average out multiple teams played for in one season into one data point for the year. Not too hard to implement.

BruceJohnJennerLawso commented 7 years ago

Actually I would rather weight by games played, so this one is going to be waiting on #118 getting done