Henry Bogardus

Results 4 comments of Henry Bogardus

Hey guys, when you use the command (currently version 0.8.0.1) playerList = goldsberry.PlayerList(2008) It gives the error TypeError: **init**() takes exactly 1 argument (2 given) Any suggestions? Additionally, I think...

Okay great, thanks for the quick response. And the yyyy-yy format looks more like the format I was using when I built my own module to scrape off the nba...

Cool sorry found that in the code right after I posted it. Also one last thing: when attempting to pull shot data before 2015-16, like shot_charts = goldsberry.player.shot_chart(playerID, season='2010-11') or...

Hmm. And then one last thing is when attempting shot_chart = goldsberry.player.shot_chart(playerID) shot_chart.SET_parameters(season='2014-15') shot_chart.GET_raw_data() -> shots = shot_chart.chart() results in the traceback: File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/goldsberry/player/_Player2.py", line 125, in chart return self._get_table_from_data(self._datatables,...