Li-Hsuan Hsieh
Li-Hsuan Hsieh
Hi @tjburch , @schorrm . Could you maybe have a look on this PR? It will help us get complete spring training statcast data.
> Does the function filter out spring training? Can we? They used argument `hfGT` to filter Currently in **pybaseball** uses value `&hfGT=R%7CPO%7CS%7C=` (URL decode would be `R|PO|S|=`) which contains **Regular...
Should be fixed in #438
Hi @michaelrosen3 , Which function did you use? I try `statcast_pitcher` and can get `arm_angle`. BTW, you could also just use Savant's Search to get every pitch event and download...
I created a PR for changing the legacy page to current API. Maybe this will fix this issue. Not sure is there any restriction for the API though https://github.com/jldbc/pybaseball/pull/398
Hi @johnnynienstedt Sorry for the late response. I think you could try to import the function by this line ```python from pybaseball.statcast_pitcher_spin import statcast_pitcher_spin ``` The reason why is because...
The current version on `PYPI` is `2.2.7` which was released on 2023/09/08. Might need to wait the maintainer to release the latest version of the code. ref: https://github.com/jldbc/pybaseball/releases I think...
You could use [API](https://www.fangraphs.com/api/leaders/major-league/data?age=&pos=all&stats=bat&lg=all&qual=0&season=2024&season1=2024&startdate=2024-03-01&enddate=2024-11-01&month=0&hand=&team=0%2Cts&pageitems=30&pagenum=1&ind=0&rost=0&players=0&type=8&postseason=&sortdir=default&sortstat=WAR) for temporary solution if you want to get `TG`. Ignore the player info.