You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor_statcast_search is like statcast_search has team filters. However, there is too many teams in Minor League. We could use hfTeamAffiliate and hfOpponentAffiliate with MLB team's ID to filter players
Add team_affiliate and opponent_affiliate arguments in minor_statcast_search but we can not use Enums: MlbTeam directly since it only support mlb team ID
Description
minor_statcast_search
is likestatcast_search
hasteam
filters. However, there is too many teams in Minor League. We could usehfTeamAffiliate
andhfOpponentAffiliate
with MLB team's ID to filter playersteam_affiliate
andopponent_affiliate
arguments inminor_statcast_search
but we can not use Enums:MlbTeam
directly since it only support mlb team IDUtil
to transformThe text was updated successfully, but these errors were encountered: