Luke George

Results 3 comments of Luke George

RE: only returning shots made. The default context for shotchartdetail is ```PTS``` which I assume only returns shots resulting in points. I changed this to ```FGA``` which I would assume...

I did a bit more digging on this. I cycled through team rosters for 5 seasons and called the shot charts for each team/player combination: ```shotchartdetail.ShotChartDetail(player_id=player_id, team_id=team_id, context_measure_simple='FGA')``` Each request...

I was having issues with time outs when iterating through playbyplay requests for an entire season and ```time.sleep(.600)``` on each iteration fixed it perfectly. Thank you