-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
BUG: fix bug where appending unordered CategoricalIndex variables overrides index #47841
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
CategoricalIndex variables overrides index | Hi @mroeschke or @jreback, I would love to have some feedback on this PR. Thanks a lot! |
a3ded27 to 12367c0 Compare 945ec66 to b4a18b6 Compare | Hi @mroeschke, I have made the edits. I thought something was wrong with my commit, then I realized that a PR was merged with the same three errors. Could you explain, if possible, why this is happening? Thanks! |
We had some unrelated CI issues lately. Could you merge in main once more? |
| Hi @mroeschke! I merged and I am receiving errors that I'm not receiving when I run the tests on my local machine. |
We're experience a similar error on main that is affecting all builds. Merging one more time should fix it. |
| It passed all test cases, @mroeschke. Thanks a lot for your guidance! |
| Thanks for sticking with all the reviews and being responsive @GivyBoy! |
… overrides index (pandas-dev#47841) BUG: fix bug where appending unordered ``CategoricalIndex`` variables overrides index (pandas-dev#24845)
… overrides index (pandas-dev#47841) BUG: fix bug where appending unordered ``CategoricalIndex`` variables overrides index (pandas-dev#24845)
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.