jldbc / pybaseball

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

Add function for getting amateur draft by team #230

Closed prs-watch closed 3 years ago

prs-watch commented 3 years ago

Add a function that can read draft results by team and year (existing amateur draft function is by year and round).

pytest has been passed.

image

schorrm commented 3 years ago

LGTM, general Q that's out of scope: do we want some sort of enum type for teams longer term (again, not to be covered in this PR). @bdilday or @TheCleric can I get an 👀 ?

bdilday commented 3 years ago

LGTM