Tyler Burch
Tyler Burch
I believe this was addressed in #269, but not in the release version yet.
Unfortunately, there's not a current method implemented to do that. Would make for a very nice PR though!
Definitely like the idea, but I'm not sure I love introducing an all new function. We could introduce this as a new argument to the current `statcast_batter` function, defaulting to...
Which version of pybaseball are you using? I wasn't able to reproduce your example with 2.2.1 which is what pip grabs for me. ``` In [1]: from importlib.metadata import version...
Seems to work for me: ``` >>> statcast(start_dt="2022-04-06") This is a large query, it may take a moment to complete 100%|████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:03>> statcast(start_dt="2022-04-21") This is a large query, it...
Were you able to resolve this @jmaschino56?
Looks like mlb changed the url found [here](https://github.com/jldbc/pybaseball/blob/master/pybaseball/top_prospects.py#L10) to use TeamId rather than team name. We probably need to update it. Team format: https://www.mlb.com/prospects/stats?teamId=111
Have you found a resolution to this? I'm able to pull data from that time range. This reads like it might have been a cache problem, maybe consider clearing that...
@ksullivan1031 - there should be a folder in your user directory: `~/.pybaseball/cache`. Easiest way is to just clear that directory entirely (or you could try to search for the offending...
Were you able to resolve? Closing if so.