jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.26k stars 333 forks source link

Retrieve Fangraphs Projection Data #259

Open johnwelt opened 2 years ago

johnwelt commented 2 years ago

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

tjburch commented 2 years ago

Unfortunately, there's not a current method implemented to do that. Would make for a very nice PR though!

TK2575 commented 1 year ago

https://github.com/jldbc/pybaseball/pull/335