You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which wouldnt be that big of a deal, except that the nhl player object counts both 80s hall and 2010s Taylor Hall seasons together for the player career summaries.
Also, I think theres a pair of Greg Adams on the 90s Canucks, and probably more cases of multiple-players-to-a-name
The text was updated successfully, but these errors were encountered:
A decent solution for this would be to write a script that manually modifies the data scraped right after the scraper runs and manually changes the name something like
This would be a good solution because it should allow for keeping up with any future changes to how the scraper works that might require updates to the csv files
Case in point can be seen by running
python playerSummary.py nhl "Taylor Hall"
Which wouldnt be that big of a deal, except that the nhl player object counts both 80s hall and 2010s Taylor Hall seasons together for the player career summaries.
Also, I think theres a pair of Greg Adams on the 90s Canucks, and probably more cases of multiple-players-to-a-name
The text was updated successfully, but these errors were encountered: