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
The reason why is because currently the __init__.py file does not import statcast_pitcher_spin . Therefore, we might need to add this line to import the function. Have a try!
data = pybaseball.statcast_pitcher_spin('2019-07-01', '2019-07-31', player_id = 506433)
AttributeError: module 'pybaseball' has no attribute 'statcast_pitcher_spin'
Seems to simply not exist. Has this been depricated?
Also, just a clerical error but in statcast_pitcher_spin.md, the top line is statcast_pitcher(...) instead of statcast_pitcher_spin(...)
The text was updated successfully, but these errors were encountered: