miltiades-the-general

Results 2 issues of miltiades-the-general

The column titles for the statcast_batter_exitvelo_barrels has a space before the first_name index. It took me a while to realize what was happening when I was trying to reorganize my...

bug

The doc currently shows: ``` statcast_pitcher(start_dt=[yesterday's date], end_dt=None, player_id) ``` When the doc should show the correct function being described: ``` statcast_pitcher_spin(start_dt=[yesterday's date], end_dt=None, player_id) ``` This function name matches...