Mark Del Grande
Mark Del Grande
I use overview = mlbgame.overview(gameid). The same way you do. I put all my code inside a try because occasionally the XML database is messed up the mlbgame cant pull...
Encountering same issue: Package Version ----------------------------- --------------------- absl-py 1.4.0 alabaster 0.7.13 albumentations 1.2.1 altair 4.2.2 anyio 3.6.2 appdirs 1.4.4 argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0 array-record 0.2.0 arviz 0.15.1 astropy 5.2.2 astunparse...
``` from nba_api.stats.library.parameters import SeasonTypeAllStar from nba_api.stats.endpoints import leaguegamefinder, playbyplayv2, boxscoretraditionalv2 def get_game_ids(start_date, end_date): # Get all games for the specified season gamefinder = leaguegamefinder.LeagueGameFinder( season_nullable='2023-24', season_type_nullable=SeasonTypeAllStar.regular ) games =...