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: unstack with sort=False fails when used with the level parameter… #56357

Merged
merged 11 commits into from
May 21, 2024

Commits on Jan 24, 2024

  1. BUG: unstack with sort=False fails when used with the level parameter (

    …pandas-dev#54987)
    
    Assign new codes to labels when sort=False. This is done so that the data appears to be already sorted,
    fixing the bug.
    renanffernando committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3bd4fdf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    895b8f8 View commit details
    Browse the repository at this point in the history
  2. Minor refactor and cleanup

    rhshadrach committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    86f7017 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    61078aa View commit details
    Browse the repository at this point in the history
  2. Cleanup & remove test

    rhshadrach committed May 2, 2024
    Configuration menu
    Copy the full SHA
    345eb4f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. whatsnew

    rhshadrach committed May 4, 2024
    Configuration menu
    Copy the full SHA
    cff156b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6edef4f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    387a550 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    14f5da6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    091b6e1 View commit details
    Browse the repository at this point in the history
  2. Revert test removal

    rhshadrach committed May 21, 2024
    Configuration menu
    Copy the full SHA
    436fc8f View commit details
    Browse the repository at this point in the history