jarrett32

Results 1 comments of jarrett32

``` from pybaseball import team_game_logs batting_logs = team_game_logs(2024, "BAL") print(batting_logs) ``` Currently working for me for: **Python 3.10.12.** **pip freeze** ``` attrs==23.2.0 beautifulsoup4==4.12.3 certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 contourpy==1.2.1 cryptography==42.0.6 cycler==0.12.1 Deprecated==1.2.14...