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

Season Stat Grid

Pre-release
Pre-release
Compare
Choose a tag to compare
@JacobLee23 JacobLee23 released this 08 Mar 17:34
· 128 commits to master since this release
16b96fb

Season Stat Grid

The FanGraphs Season Stat Grid is covered.
This page can be scraped using SeasonStatGrid class of the FanGraphs.leaders module.

from FanGraphs.leaders import SeasonStatGrid
ssg = SeasonStatGrid()
ssg.configure(query, value)
ssg.export(name="SeasonStatGrid.csv")
ssg.quit()