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

TST: Add test for regression in groupby with tuples yielding MultiIndex #58630

Merged
merged 7 commits into from
May 8, 2024

Commits on May 8, 2024

  1. Implement test for GH pandas-dev#21340

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    88f0108 View commit details
    Browse the repository at this point in the history
  2. minor fixup

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bd4cb40 View commit details
    Browse the repository at this point in the history
  3. Lint contribution

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6538334 View commit details
    Browse the repository at this point in the history
  4. Make spacing consistent

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d5d69fb View commit details
    Browse the repository at this point in the history
  5. Lint

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a7da037 View commit details
    Browse the repository at this point in the history
  6. Remove duplicate column construction

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c0c41f4 View commit details
    Browse the repository at this point in the history
  7. Avoid DeprecationWarning by setting include_groups=False in apply

    Jason Mok authored and Jason Mok committed May 8, 2024
    Configuration menu
    Copy the full SHA
    321b8ff View commit details
    Browse the repository at this point in the history