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 in DataFrame.loc returning elements in wrong order when indexer is differently ordered than object #37992

Merged
merged 8 commits into from
Nov 25, 2020

Commits on Nov 21, 2020

  1. Fix bug with ordering

    phofl committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    a444a8a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Fix second case and add test

    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    5a2e975 View commit details
    Browse the repository at this point in the history
  2. Add whatsnew

    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    39c0bf7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/pandas-dev/pandas into 34603

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0447a28 View commit details
    Browse the repository at this point in the history
  4. Change whatsnew

    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    cf6f999 View commit details
    Browse the repository at this point in the history
  5. Fix bug

    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    7d0f2f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Merge branch 'master' of https://github.com/pandas-dev/pandas into 34…

    …603_original
    
    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    �	pandas/tests/indexing/multiindex/test_loc.py
    phofl committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f43e2bd View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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