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

FIX-#4354: Fix df.loc with tuple argument on multiindex dataframe #4421

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 1, 2022

  1. FIX-modin-project#4354: Fix df.loc on multiindex dataframe

    Signed-off-by: Naren Krishna <[email protected]>
    naren-ponder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3a37eb4 View commit details
    Browse the repository at this point in the history
  2. fix black and add release note

    Signed-off-by: Naren Krishna <[email protected]>
    naren-ponder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    705e369 View commit details
    Browse the repository at this point in the history
  3. fix test name

    Signed-off-by: Naren Krishna <[email protected]>
    naren-ponder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e28489e View commit details
    Browse the repository at this point in the history
  4. fix row and col selection in loc tuple

    Signed-off-by: Naren Krishna <[email protected]>
    naren-ponder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3bbc740 View commit details
    Browse the repository at this point in the history
  5. fix black 2

    Signed-off-by: Naren Krishna <[email protected]>
    naren-ponder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    050793d View commit details
    Browse the repository at this point in the history
  6. move tuple check case

    Signed-off-by: Naren Krishna <[email protected]>
    naren-ponder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    52b61eb View commit details
    Browse the repository at this point in the history