-
Notifications
You must be signed in to change notification settings - Fork 39
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
pullPositions #2
Comments
Hey Will I unfortunately don't actively maintain this project at the moment. I'd suggest playing around with the script and maybe print some more debugging info to see if you can figure out where it's hanging. The script is really simple it just pings the API with each player ID and then dumps the results into a CSV. Btw, it's possible the API that this pulls from has been changed/deprecated. The other issue on this repo might have some helpful ideas. Good luck and feel free to send a PR if you're able to figure this out! |
Hey Jeff,
Thanks for the response, sorry to hear that you’re not continuing the maintain the repository. I’ve been monkeying around with the code and will send a PR if I come across anything helpful. The code also currently doesn’t capture all NBA players, on my last run it captures about 200 rows. I think this could be because each json also contains <250 players, again will lyk if there are any easy fixes.
Overall as a fledgling (or wannabe) data scientist currently in undergrad do you have any advice?
…-Will
On Apr 27, 2017, at 4:26 PM, Jeff Fossett ***@***.***> wrote:
Hey Will I unfortunately don't actively maintain this project at the moment. I'd suggest playing around with the script and maybe print some more debugging info to see if you can figure out where it's hanging. The script is really simple it just pings the API with each player ID and then dumps the results into a CSV.
Btw, it's possible the API that this pulls from has been changed/deprecated. The other issue on this repo might have some helpful ideas.
Good luck and feel free to send a PR if you're able to figure this out!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AYvCK4RLi3j5BRefo8wdM8RjqSEBHG17ks5r0PnugaJpZM4NJTfO>.
|
@WillMatteson Sounds good. In terms of getting into data science, my general thoughts are to learn as much as you can (about different tools, methods, areas etc.) and figure out what you're interested in, build a portfolio (good for both experience & when you're applying to jobs), and then talk to as many people as possible in the field. Some good advice from a former colleague here and here. Good luck! |
First off, thanks for publishing this. I've tried to use the pullPositions script on an updated nba.csv file using your r scraper but so far I'm not having luck generating the new csv positions file. The script seems stuck, from poking around it seems like there are a lot of individual queries involved but it's been running for over an hour without any output. Got any advice?
Thanks
-Wm
The text was updated successfully, but these errors were encountered: