Skip to content

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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