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 loc raised Error when non-integer slice was given for MultiIndex #37707

Merged
merged 31 commits into from
Nov 24, 2020

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    c8df1c8 View commit details
    Browse the repository at this point in the history
  2. Adjust tests

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9e62c50 View commit details
    Browse the repository at this point in the history
  3. Comment it back in

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8377a79 View commit details
    Browse the repository at this point in the history
  4. Run black

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e6acaac View commit details
    Browse the repository at this point in the history
  5. Rename test

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    37fe677 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/pandas-dev/pandas into 25165

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    550ac88 View commit details
    Browse the repository at this point in the history
  7. Change new implementation

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d38c9e7 View commit details
    Browse the repository at this point in the history
  8. Do slicing outside

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    72345a4 View commit details
    Browse the repository at this point in the history
  9. Add test

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    04056ae View commit details
    Browse the repository at this point in the history
  10. Change issue number

    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    41dbbcc View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of https://github.com/pandas-dev/pandas into 25165

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    �	pandas/tests/indexing/multiindex/test_loc.py
    phofl committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    07f13f3 View commit details
    Browse the repository at this point in the history
  12. Delete None

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

Commits on Nov 10, 2020

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

    � Conflicts:
    �	pandas/tests/indexing/multiindex/test_loc.py
    phofl committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    061468c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Change whatsnew

    phofl committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d59e7f7 View commit details
    Browse the repository at this point in the history
  2. Add comment

    phofl committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d9562c4 View commit details
    Browse the repository at this point in the history
  3. Improve test

    phofl committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c382af0 View commit details
    Browse the repository at this point in the history
  4. Change test description

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

Commits on Nov 13, 2020

  1. Change issue number in test

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

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

Commits on Nov 14, 2020

  1. Fix comments

    phofl committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c13da44 View commit details
    Browse the repository at this point in the history
  2. Add testcases

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

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

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

Commits on Nov 15, 2020

  1. Adress review comments

    phofl committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    c579c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be97cd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Fix whatsnew

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

Commits on Nov 17, 2020

  1. Fix blank line and if else

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

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    3f3c133 View commit details
    Browse the repository at this point in the history
  3. Parametrize test

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4c17aeb View commit details
    Browse the repository at this point in the history
  4. Run black

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a766f98 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 25165

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