pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

statcast_pitcher_pitch_movement & statcast_pitcher_active_spin not importing

Open gerson-a opened this issue 2 years ago • 1 comments

cannot import these modules (and the documentation examples appear to have a typo of "python" instead of "pybaseball")

Screen Shot 2023-08-22 at 3 33 49 PM

gerson-a avatar Aug 22 '23 22:08 gerson-a

Try to replace python with pybaseball.statcast_pitcher.

statcast_pitcher_active_spin not import in the root init.py file so you can only import it from statcast_pitcher

ss77995ss avatar Aug 24 '23 07:08 ss77995ss