-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Remove unused Index attributes #19397
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19397 +/- ##
==========================================
- Coverage 91.62% 91.62% -0.01%
==========================================
Files 150 150
Lines 48729 48716 -13
==========================================
- Hits 44649 44636 -13
Misses 4080 4080
Continue to review full report at Codecov.
|
@@ -141,12 +141,10 @@ class Index(IndexOpsMixin, PandasObject): | |||
_join_precedence = 1 | |||
|
|||
# Cython methods | |||
_arrmap = libalgos.arrmap_object |
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.
so I think you can also remove some of the cython code which implements (not float/object though)
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.
arrmap_object is used in core.ops
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.
right, but can remve the rest of the code. pls add to the list.
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.
right, but can remve the rest of the code. pls add to the list.
The rest of what code?
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.
arrmap in cython
No description provided.