Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

International Leaderboards

Pre-release
Pre-release
Compare
Choose a tag to compare
@JacobLee23 JacobLee23 released this 25 Mar 18:27
· 43 commits to master since this release
190cf47

International Leaderboards

The FanGraphs KBO Leaders is covered.

The page can be scraped with the InternationalLeaderboards class of the FanGraphs.leaders module.

from FanGraphs.leaders import InternationalLeaderboards
intl = InternationalLeaderboards()
intl.configure(query, option)
intl.export("InternationLeaderboards.csv")
intl.quit()