pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

Single Game Stats

Open guilletmax opened this issue 2 years ago • 0 comments

Issue: https://github.com/jldbc/pybaseball/issues/52

Implemented using the MLB stats API. Retrieves a box score that is outputted as a pandas dataframe for a given game. Input is a unique MLB game_pk value.

Example code:

from pybaseball import box_score box_score(565997)

guilletmax avatar Apr 27 '23 01:04 guilletmax