wild-bill
wild-bill
There is an additional field after "Team Code" called "Team Slug" which is also set to "hawks". Maybe it gets used as an ID in other situations? Not sure where...
What stats are you looking for specifically? PlayerCareerStats does not return advanced stats. It's possible they're available elsewhere. The StatType parameter is related to the homepagev2 endpoint (https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/endpoints/homepagev2.md), but it...
Which endpoint are you using? Can you provide your code?
The issue is that you are using the team abbreviation, not the team ID. Team ID is a 10 digit identifier. ``` yby_stats = teamyearbyyearstats.TeamYearByYearStats( team_id = '1610612738' #Boston Celtics...