Skip to content

REGR: Fix regression in sort_values not resetting index #52565

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
Apr 10, 2023

Conversation

phofl
Copy link
Member

@phofl phofl commented Apr 10, 2023

@phofl phofl added Regression Functionality that used to work in a prior pandas version DataFrame DataFrame data structure labels Apr 10, 2023
@phofl phofl added this to the 2.0.1 milestone Apr 10, 2023
@mroeschke mroeschke merged commit dfae6db into pandas-dev:main Apr 10, 2023
@mroeschke
Copy link
Member

Thanks @phofl

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Apr 10, 2023
phofl added a commit that referenced this pull request Apr 11, 2023
…es not resetting index) (#52583)

Backport PR #52565: REGR: Fix regression in sort_values not resetting index

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
@phofl phofl deleted the 52553 branch April 11, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: dataframe index not being reset if sort_values called with ignore_index=True
2 participants