shotchartdetail can get player's shot chart detail that include position(LOC_X and LOC_Y). But I want to get the team's shot detail by game id.
I find shotchartlineupdetail in your API, but don't know how to use. For example:
stats = shotchartlineupdetail.ShotChartLineupDetail(game_id_nullable='0021800422',team_id_nullable=1610612751)
Can't get ShotChartLineupDetail for team, could you help?
shotchartdetail can get player's shot chart detail that include position(LOC_X and LOC_Y). But I want to get the team's shot detail by game id.
I find shotchartlineupdetail in your API, but don't know how to use. For example:
stats = shotchartlineupdetail.ShotChartLineupDetail(game_id_nullable='0021800422',team_id_nullable=1610612751)
Can't get ShotChartLineupDetail for team, could you help?