pybaseball
pybaseball copied to clipboard
Retrieve Fangraphs Projection Data
Is it possible to retrieve the various batting and pitching projections available in Fangraphs with an argument to specify the projection model (e.g. Zips, Steamer)?
Example url: https://www.fangraphs.com/projections.aspx?pos=all&stats=bat&type=zips
Unfortunately, there's not a current method implemented to do that. Would make for a very nice PR though!
https://github.com/jldbc/pybaseball/pull/335