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

Header row for nhl player data is not being recorded #90

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

As far as I can tell, NHL player info is being saved into the csv, but the header row describing what each piece of information about the player being recorded is is not. This might be avoided by taking a look at the order of the pieces of data, and confirming that it follows a regular pattern across the dataset, but this needs to be confirmed or there will be a fair bit of cleaning up to be done on how the scraper handles this