Skip to content
timothyf edited this page Sep 13, 2010 · 2 revisions

Game Stats
The Game object is the main interface for getting statistics about an individual game.
Here are some of the things that you can do with an instance of the Game class:
get_rosters
get_boxscore
dump_boxscore
get_linescore
get_starting_pitchers
get_closing_pitchers
get_pitchers(home_or_away)
get_batters(home_or_away)
get_lineups
get_pitching
get_winner
get_score
get_attendance
get_innings
get_atbats

Clone this wiki locally