Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 340 Bytes

statcast_single_game.md

File metadata and controls

17 lines (11 loc) · 340 Bytes

Statcast Single Game

statcast_single_game(game_pk)

Retrieve all statcast data for a given game id.

Arguments

game_pk: Integer. Game id provided by MLB Advanced Media.

Examples of valid queries

from pybaseball import statcast_single_game

# get statcast data for game_pk 
data = statcast_single_game(529429)