-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NBA player game logs no longer returned as desired #33
Comments
The defaults change as new seasons and intervals come into play. You are getting the 7 championship games because that is the current interval, which you can read more about here. If you want regular season, try adding
In your example above, you set the |
@Btibert3 Thanks very muchfor code and link. Just to clarify, the since parameter is only effective within a season_id and there is no way of obtaining all a player game_logs at one fell swoop and then filtering them subsequently by season and/or interval_type? |
To the best of my knowledge, not at the moment, but in the short run it's On Thu, Jun 23, 2016 at 3:35 PM, Andrew Clark notifications@github.com
|
Sure no technical problem but for an interactive web experience one wants the quickest return of data possible |
@pssguy I think an enhancement of maybe and I'll add this as an enhancement to the API filter. |
@dthyresson Thanks very much. As long as I can get data.frame with an interval_type column then can process as required |
I am unable to get preseason stats using the same method described above. Are they available? |
Hi, @sangamc. We're in the process of migrating to a new dataset for both NBA and NHL so right now we don't have the preseason stats for those sports. Plan is to do NHL first (as their season begins before NBA) and in time for regular season start. We'll backfill all preseason stats. Will update here when NBA is up and running for 2016-7 (could be next weekend). |
Thanks for the update! I've been testing my scripts with past data and 2015-16 season is more than enough for now. |
This code has been working smoothly, providing 2015/6 regular season data
but now returns
If I try something like
I just get the 7 championship games. I have tried entering a since value into the query list but that does not help either
Is it possible to access a players results for specified period - or indeed whole career gamelogs
I am using version 0.0.5
The text was updated successfully, but these errors were encountered: