-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: Index removes name when sliced #4233
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
can u make sure no perf hit with a test_perf ? |
running now |
whenever I touch indexing I make sure to do that |
good to know. seems like only a small constant will be added here since getslice just passes to getitem, but i'll be sure to do that whenever i touch indexing |
i haven't really had time to play with |
well this is annoying
|
twice in a row it's been around ~5 |
@jreback what to do here... |
array_finalize should set name (I thought it did)? |
hm ok my fix looks unecessary, there's something weird in |
oh nvm i c. no name attr there nice, easy fix |
perf back to fluctuating around 1.0! yay! |
@jreback any more thoughts here? |
Now index names are preserved through slicing
so this actuallly ends up being a trivial change....ok...merge away |
BUG: Index removes name when sliced
closes #4226