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

Have scraper save csvs by dropping unplayed lines #66

Closed BruceJohnJennerLawso closed 7 years ago

BruceJohnJennerLawso commented 7 years ago

Have the scraper do its whole thing... then if a line does not have a game listed as played, just drop it before saving to csv?

I think there might be some other issue here though that is going to make it harder than it sounds.

BruceJohnJennerLawso commented 7 years ago

Was as simple as it sounded, just wrapping a try catch block around the right section of the scraper.

Cannot figure out where it was added at the moment, but this can be 100% said to be implemented as of 9acd0920f6183eae57069d13e315f56726e9b868