This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
International Leaderboards
Pre-release
Pre-release
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()