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

A Little Help: How to pull player "playtype" stats. Is there an endpoint? #416

Open
jwall5678 opened this issue Jan 18, 2024 · 1 comment
Labels
bug Something isn't working triage Researching into a possible bug

Comments

@jwall5678
Copy link

NBA API Version

1.4.1

Issue

I am struggling to find how to pull the play type stats from NBA.com. The stats I'm looking for are housed here (https://www.nba.com/stats/players/isolation). Is there an endpoint to include this data?

Code

No response

@jwall5678 jwall5678 added bug Something isn't working triage Researching into a possible bug labels Jan 18, 2024
@marcelcastrolima
Copy link

What exactly do you mean by type? You can get stats similar to the one you linked using the playercareerstats endpoint.

lebron = playercareerstats.PlayerCareerStats(player_id='2544') 
lebron = lebron.get_data_frames()[0]
lebron

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

2 participants