-
Notifications
You must be signed in to change notification settings - Fork 358
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
10 minutes to Pandas tutorial using Koala + Spark, incomplete #34
Conversation
This notebook is currently too big, and does not even render on github. I am going to break it into multiple sections to help with contributions. |
@thunterdb I'll join you ! |
@garawalid please be my guest. Let us focus on the first part, up to and including 'Viewing the data'. I hope that this is small enough that it can be easily rendered in github and sphinx. This was written before the refactoring in #90 , so there are a few things to watch for:
There will be probably some other comments so I suggest to start small first and build up from there. You should branch off from here and open a separate pull request. Thanks a lot! |
Glad you're helping out @garawalid - glad to help with it as well. Please do not hesitate to ping me and I can work with your branch to update the tutorial. HTH! |
@dennyglee |
Cool stuff - looking forward to it, eh?! |
@thunterdb, @garawalid Can I also join this? |
It's merged at d8c7f73 |
This is the start of the translation of the basic tutorial on pandas called 10 minutes to pandas, available here:
This tutorial is extensive, so I think it should be focus on the 'easy' sections that are already implemented, and add later the 'hard' sections as they get implemented.