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

Splits Leaderboards

Pre-release
Pre-release
Compare
Choose a tag to compare
@JacobLee23 JacobLee23 released this 24 Mar 01:30
· 79 commits to master since this release
0bb9437

Splits Leaderboards

The FanGraphs Splits Leaderboards is covered.
This page can be scraped using the SplitsLeaderboards class of the FanGraphs.leaders module.

from FanGraphs.leaders import SplitsLeaderboards
splits = SplitsLeaderboards()
splits.configure(query, value)
splits.export(path="SplitsLeaderboards.csv")
splits.quit()