seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 255 forks source link

Player with multiple ids #133

Open idohi opened 5 years ago

idohi commented 5 years ago

The player Patrick McCaw , birthdate 1995-10-25 appear 3 times in the roster of Cleveland Cavaliers 2018-2019 season with 3 different "player_id"s. 1627775 -The original player_id that in use also in previous seasons. 629276- Extra player_id. 52186- Another Extra player_id.

Run following command to reproduce the issue: team.TeamCommonRoster(team_id=1610612739, season='2018-19').roster()