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

Allow pivot_table to accept single label index and column arguments #18115

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

mroeschke
Copy link
Contributor

Description

closes #12410
closes #12409

The fix just mirrors the pandas logic.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@mroeschke mroeschke added bug Something isn't working Python Affects Python cuDF API. improvement Improvement / enhancement to an existing function labels Feb 27, 2025
@mroeschke mroeschke self-assigned this Feb 27, 2025
@mroeschke mroeschke requested a review from a team as a code owner February 27, 2025 00:53
@mroeschke mroeschke added non-breaking Non-breaking change and removed improvement Improvement / enhancement to an existing function labels Feb 27, 2025
@mroeschke
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit aa7f436 into rapidsai:branch-25.04 Feb 27, 2025
110 of 111 checks passed
@mroeschke mroeschke deleted the bug/pivot_table/labels branch February 27, 2025 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] pivot_table columns type differs from pandas [BUG] pivot_table does not accept single index / columns
2 participants