Skip to content
New issue

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

Is there a way to get advanced data split over the season for a player ? #413

Open
GiovanniZanitti opened this issue Nov 28, 2023 · 6 comments
Labels
bug Something isn't working triage Researching into a possible bug

Comments

@GiovanniZanitti
Copy link

NBA API Version

v1.4.1

Issue

I'm looking for access to the "advanced split" we can find here . I know that we can have this kind of data at the endpoint boxscoreadvancedv2.py but I need a way to have it sumarise over the season.

Can any one help me ?

Code

No response

@GiovanniZanitti GiovanniZanitti added bug Something isn't working triage Researching into a possible bug labels Nov 28, 2023
@Lu-EK
Copy link

Lu-EK commented Jan 5, 2024

Did you find any ways to do it?
I'm also looking for having access to yearly summarized advanced statistics.
Thanks!

@quirkles
Copy link

quirkles commented Feb 1, 2024

+1

@prasunnyD
Copy link

prasunnyD commented Feb 22, 2024

Maybe this endpoint would help you? PlayerDashboardByYearOverYear or PlayerDashboardByGameSplits

@ChristopherChari
Copy link

those stats aren't advanced ones

@prasunnyD
Copy link

adv_stats = PlayerDashboardByYearOverYear(measure_type_detailed="Advanced").get_data_frames()
adv_stats = PlayerDashboardByGameSplits(measure_type_detailed='Advanced').get_data_frames()

These should give you the advanced stats. You need to specific "Advanced" in the parameters per the parameters documentation

@ChristopherChari
Copy link

thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Researching into a possible bug
Projects
None yet
Development

No branches or pull requests

5 participants