-
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
Implement min/max for Index/MultiIndex #1114
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1114 +/- ##
==========================================
+ Coverage 95.14% 95.14% +<.01%
==========================================
Files 35 35
Lines 7003 7009 +6
==========================================
+ Hits 6663 6669 +6
Misses 340 340
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.
Otherwise, LGTM.
Softagram Impact Report for pull/1114 (head commit: 0aa95f8)
|
@@ -40,6 +40,8 @@ Modifying and computations | |||
Index.is_interval | |||
Index.is_numeric | |||
Index.is_object | |||
Index.min | |||
Index.max |
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.
@itholic can you create another PR to add all missing functions in MultiIndex
below?
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.
@HyukjinKwon okay, i'll take it
as commented in #1114 (comment), i filled up the missing docs for `Index` and `MultiIndex`
as commented in databricks/koalas#1114 (comment), i filled up the missing docs for `Index` and `MultiIndex`
Implement min/max for Index/MultiIndex
For Index
For MultiIndex