-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: simplify CategoricalIndex internals #24343
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
CLN: simplify CategoricalIndex internals #24343
Conversation
Hello @topper-123! Thanks for submitting the PR.
|
The travis error is unrelated:
|
i restarted to make sure this passes. ping on green. |
Codecov Report
@@ Coverage Diff @@
## master #24343 +/- ##
==========================================
+ Coverage 92.28% 92.34% +0.06%
==========================================
Files 162 162
Lines 51835 52217 +382
==========================================
+ Hits 47834 48218 +384
+ Misses 4001 3999 -2
Continue to review full report at Codecov.
|
thanks @topper-123 |
Simplify method signatures of some internal methods of
CategoricalIndex
.