-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: support CategoricalIndex Followups #9748
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
Comments
This is tangentially related. I think that the |
@TomAugspurger that sounds right. I thought we discussed that in another issue (but can't find right now). |
Ok, I'll do that now since it will simplify my categorical |
I think a lot of these have already been addressed so closing |
followup to #9741
These are all commented in
pandas/core/test_frame/test_categorical_indexing_index
max_categories/max_seq_len
to display a truncated viewThese last 2 were 'solved' by putting the following in
core/internals/reindex_indexer
but this caused some issues as the
MultiIndex._shallow_copy
is really a view semantic (so that needs to be fixed as well)The text was updated successfully, but these errors were encountered: