nba_api icon indicating copy to clipboard operation
nba_api copied to clipboard

Anyway to get the days a player did not play

Open samwsweet opened this issue 2 years ago • 1 comments

Right now pulling a players game logs just returns that logs of the games where a player logged at least 1 minute. Is there anyway to get the games they did not play and possibly the reason why? Is there also a way to get what games a player started?

samwsweet avatar Feb 05 '23 14:02 samwsweet

Anyway to get the days a player did not play

Yes you can get all the games for the season for that player and then use that information to get the days they did not play.

Is there anyway to get the games they did not play

Yes, you can get all games for a team and then cross reference it with the games a player did play.

possibly the reason why?

Don't think this is possible.

Is there also a way to get what games a player started?

Not sure, but I believe this is possible.

swar avatar Mar 20 '23 22:03 swar