-
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
Inline Series.unique to Pandas' #249
Conversation
Codecov Report
@@ Coverage Diff @@
## master #249 +/- ##
==========================================
+ Coverage 92.17% 92.44% +0.26%
==========================================
Files 35 35
Lines 3158 3203 +45
==========================================
+ Hits 2911 2961 +50
+ Misses 247 242 -5
Continue to review full report at Codecov.
|
------- | ||
Returns the unique values as a Series. | ||
|
||
See Examples section. |
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.
nit: i don't think you need this since examples is literally one line below. i'm going to merge this and remove this line.
This PR targets to inline Series.unique to Pandas'. After this PR:
Pandas
Koalas
Resolves #233