ChuckHend / NHL

0 stars 0 forks source link

Rookie Year Determiniation #7

Closed ChuckHend closed 5 years ago

ChuckHend commented 6 years ago

Find way to determine the "rookie year" for each player. Our scrape scripts will look up full year range for all players. This is inefficient. Consider Crosby, if we have date range 1980 to present, we will lookup tables for Crosby in 1980 to 2005, which will all be blank since he didnt start playing til 2005.

Follow-up fix would be to put player in the out loop of the get_player_stats() funciton