-
Notifications
You must be signed in to change notification settings - Fork 908
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
[REVIEW] Add Index.set_names
api
#6929
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Index.set_names
apiIndex.set_names
api
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #6929 +/- ##
===============================================
+ Coverage 81.53% 82.01% +0.47%
===============================================
Files 96 96
Lines 15876 16267 +391
===============================================
+ Hits 12945 13341 +396
+ Misses 2931 2926 -5
Continue to review full report at Codecov.
|
Resolves: #6870
This PR adds support for
set_names
API in bothIndex
&MultiIndex
.