jldbc / pybaseball

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

Updating top_prospects to allow for FanGraphs datasource #316

Closed blacktj closed 1 year ago

blacktj commented 1 year ago

Updating top_prospects to allow for FanGraphs datasource

I wanted to place a small commit in a "low-use" file show the use of the FG api. I've started using it instead of some of the tools embedded here and have found it to be solid.

blacktj commented 1 year ago

This is going to run into a conflict with the other top prospects PRs that have been discussed.. I may just separate it into a different function to keep it clean. Thoughts?

blacktj commented 1 year ago

I'll rebuild this to allow for the mlb datasource to be refactored as well.