Skip to content
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

BUG: Fix sort_index(axis=1, ignore_index=True) #56487

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

mroeschke
Copy link
Member

@rhshadrach rhshadrach added Bug Sorting e.g. sort_index, sort_values labels Dec 14, 2023
Copy link
Member

@phofl phofl left a comment

Choose a reason for hiding this comment

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

needs a rebase, otherwise lgtm

@mroeschke mroeschke added this to the 2.2 milestone Dec 18, 2023
@mroeschke mroeschke merged commit 6ee9ad0 into pandas-dev:main Dec 18, 2023
31 of 39 checks passed
@mroeschke mroeschke deleted the bug/sort_index branch December 18, 2023 19:39
cbpygit pushed a commit to cbpygit/pandas that referenced this pull request Jan 2, 2024
* BUG: Fix sort_index(axis=1, ignore_index=True)

* Switch condition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug DataFrame DataFrame data structure Sorting e.g. sort_index, sort_values
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame.sort_index is failing when axis='columns' and ignore_index=True
3 participants