Skip to content

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

Merged
merged 4 commits into from
Jan 27, 2018
Merged

Remove unused Index attributes #19397

merged 4 commits into from
Jan 27, 2018

Conversation

jbrockmendel
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 25, 2018

Codecov Report

Merging #19397 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 89.99% <ø> (-0.01%) ⬇️
#single 41.73% <ø> (-0.02%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/numeric.py 97.24% <ø> (-0.04%) ⬇️
pandas/core/indexes/timedeltas.py 90.56% <ø> (-0.02%) ⬇️
pandas/core/indexes/interval.py 92.39% <ø> (-0.02%) ⬇️
pandas/core/series.py 94.59% <ø> (-0.01%) ⬇️
pandas/core/indexes/period.py 92.99% <ø> (-0.02%) ⬇️
pandas/core/indexes/datetimes.py 95.23% <ø> (-0.01%) ⬇️
pandas/core/indexes/base.py 96.45% <ø> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a7aca9...b093511. Read the comment docs.

@@ -141,12 +141,10 @@ class Index(IndexOpsMixin, PandasObject):
_join_precedence = 1

# Cython methods
_arrmap = libalgos.arrmap_object
Copy link
Contributor

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)

Copy link
Member Author

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

Copy link
Contributor

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.

Copy link
Member Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arrmap in cython

@jreback jreback added the Clean label Jan 26, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 27, 2018
@jreback jreback merged commit 43f1161 into pandas-dev:master Jan 27, 2018
@jbrockmendel jbrockmendel deleted the arrmap branch January 31, 2018 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants