You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been enjoying the wrapper and have been making extensive use of it in my current project.
My question was; if I have the player ID of a batter/pitcher and I want to get his game-by-game performance over a given date range, can I do that with your wrapper? Is there a function for it? Do you know how I can do this alternatively?
My end goal is that for a given pitcher or batter id, i get back the game records of the respective players and the appropriate statistics (e.g. atBats).
My current way of getting this is very recursive and slow and makes it very difficult to track the flow of the code to extract meaningful features.
Really looking forward to hearing back on this,
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have been enjoying the wrapper and have been making extensive use of it in my current project.
My question was; if I have the player ID of a batter/pitcher and I want to get his game-by-game performance over a given date range, can I do that with your wrapper? Is there a function for it? Do you know how I can do this alternatively?
My end goal is that for a given pitcher or batter id, i get back the game records of the respective players and the appropriate statistics (e.g. atBats).
My current way of getting this is very recursive and slow and makes it very difficult to track the flow of the code to extract meaningful features.
Really looking forward to hearing back on this,
Thanks!
The text was updated successfully, but these errors were encountered: