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

Run score post-processing on strobe dump #130

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

Looks like I just forgot to do this the first time around with the strobe scraper, dont want to risk the load that another full scrape would place on the system, so Im going to fix it in place.

This is probably by far the simplest step, just run the preexisting functions for getting scores out of result strings and build some new columns in the csv

BruceJohnJennerLawso commented 7 years ago

Edit: Oh, and dont forget to also create a game result (W, L, etc.) column