Doddy-codes
Doddy-codes
Bump... I am having a similar issue... Batting stats and pitching stats are both returning the same frame df = batting_stats(2017, ind=1) # get batting stats for season pitch =...
Hi Tyler, I have version 2.2.1 as well… perhaps my local environment is messed up (although I can’t see how). Even after reinstalling, I get the following: input: from importlib.metadata...
Bump, this would be very helpful. @sherabgashon If you are still looking this can be retrieved via the nba_api Python package (https://github.com/swar/nba_api): from nba_api.stats.endpoints import leaguegamelog stats = leaguegamelog.LeagueGameLog(player_or_team_abbreviation='P') player_stats_df...