Matt Needham
Matt Needham
Hi @inoble , I am taking a stab at adding the endpoints you found. I'm curious, how did you find these? Also a question for you and anyone else watching...
Agree with @rneu31, please share your code @WillPanarese. Based on the error message this seems like an error in your use of pandas not a problem with nba_py, although I...
Hi @WillPanarese, I'm not sure if the output is what you were looking for but I made some edits that get the script to run without an error message: https://pastebin.com/9mYcG9C1...
Looks like nba.com just doesn't have box score data for this game, not sure why: http://stats.nba.com/game/0021700924/
@ebergerson thanks for this work and for making clear this is not code that should be merged :) unfortunately I cannot prioritize this project, even with the pending change. This...
I apologize, I have been largely absent but I will consider & approve PRs On Wed, Dec 9, 2020, 3:46 PM royt-via wrote: > is this repo being maintained? >...
Hi @tian-l-park , I think you are misunderstanding the query function and confusing it with one of the read functions. `p.prospects.query` will run a query to get a list of...
Hi @iritg1 there is no API route to get all sent list emails. What I would recommend is to export your sent emails as a csv file, then read that...
None that I am aware of, unfortunately.