Skip to content

ENH: Add sort keyword to unstack #53298

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 13 commits into from
Jun 1, 2023
Merged

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented May 18, 2023

@mroeschke mroeschke added Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels May 18, 2023
@mroeschke mroeschke added this to the 2.1 milestone May 20, 2023
@jbrockmendel
Copy link
Member

might address #9514?

@mroeschke
Copy link
Member Author

might address #9514?

AFAICT this is fixed on main outside of these changes

@mroeschke
Copy link
Member Author

Any other comments @jbrockmendel?

@jbrockmendel
Copy link
Member

nothing here, go for it

@mroeschke mroeschke merged commit 787a4f8 into pandas-dev:main Jun 1, 2023
@mroeschke mroeschke deleted the enh/unstack/sort branch June 1, 2023 23:27
topper-123 pushed a commit to topper-123/pandas that referenced this pull request Jun 5, 2023
* Start adding sort to unstack

* Fix compressor

* Add testing for dataframe

* Add whatsnew

* remove sort for now

* Fix param

* Add sort=sort
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
* Start adding sort to unstack

* Fix compressor

* Add testing for dataframe

* Add whatsnew

* remove sort for now

* Fix param

* Add sort=sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sort=False option to stack/unstack/pivot
2 participants