Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix: TypeError in sort_values after dropna #3367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vineethsaivs
Copy link

What do these changes do?

This pull request resolves the issue where sort_values(ignore_index=True) raises a TypeError after using dropna.
The fix ensures proper handling of unknown dimensions by parsing pd.RangeIndex(-1) when the size of the dimension is unknown.

Related issue number

Fixes #2488

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@vineethsaivs vineethsaivs requested a review from a team as a code owner October 10, 2024 03:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] sort_values failed after using dropna
1 participant