We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.6.0
Trying to use LeagueDashPlayerStats endpoints but getting nothing in response
season
last_n_games
from nba_api.stats.endpoints import leaguedashplayerstats print(leaguedashplayerstats.LeagueDashPlayerStats().league_dash_player_stats.get_data_frame())
output
Empty DataFrame Columns: [PLAYER_ID, PLAYER_NAME, NICKNAME, TEAM_ID, TEAM_ABBREVIATION, AGE, GP, W, L, W_PCT, MIN, FGM, FGA, FG_PCT, FG3M, FG3A, FG3_PCT, FTM, FTA, FT_PCT, OREB, DREB, REB, AST, TOV, STL, BLK, BLKA, PF, PFD, PTS, PLUS_MINUS, NBA_FANTASY_PTS, DD2, TD3, WNBA_FANTASY_PTS, GP_RANK, W_RANK, L_RANK, W_PCT_RANK, MIN_RANK, FGM_RANK, FGA_RANK, FG_PCT_RANK, FG3M_RANK, FG3A_RANK, FG3_PCT_RANK, FTM_RANK, FTA_RANK, FT_PCT_RANK, OREB_RANK, DREB_RANK, REB_RANK, AST_RANK, TOV_RANK, STL_RANK, BLK_RANK, BLKA_RANK, PF_RANK, PFD_RANK, PTS_RANK, PLUS_MINUS_RANK, NBA_FANTASY_PTS_RANK, DD2_RANK, TD3_RANK, WNBA_FANTASY_PTS_RANK] Index: []
The text was updated successfully, but these errors were encountered:
Fix: just had to change season param, default is Season.current_season which is "{current calendar year}-{current calendar year + 1}"
Sorry, something went wrong.
No branches or pull requests
NBA API Version
v1.6.0
Issue
Trying to use LeagueDashPlayerStats endpoints but getting nothing in response
season
,last_n_games
with no successCode
output
The text was updated successfully, but these errors were encountered: