-
Notifications
You must be signed in to change notification settings - Fork 360
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
Add documentation about non-Koalas APIs #1420
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1420 +/- ##
=======================================
Coverage 95.13% 95.13%
=======================================
Files 34 34
Lines 7958 7958
=======================================
Hits 7571 7571
Misses 387 387 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some suggestions on the comments. Feel free to rephrase or reword
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except https://github.com/databricks/koalas/pull/1420/files#r408089980. Thanks for working on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, LGTM.
Merged. Thanks! |
Resolves #1414
I have added a preemptive guide to non-Koalas APIs to
best practeces
.Please check.