Skip to content

Don't sort columns for DataFrame init from list of Series - #14136

Merged
rapids-bot[bot] merged 1 commit into
NVIDIA:branch-23.10from
mroeschke:bug/df/list_of_series_sort
Sep 20, 2023
Merged

Don't sort columns for DataFrame init from list of Series#14136
rapids-bot[bot] merged 1 commit into
NVIDIA:branch-23.10from
mroeschke:bug/df/list_of_series_sort

Conversation

@mroeschke

@mroeschke mroeschke commented Sep 20, 2023

Copy link
Copy Markdown
Contributor

Description

closes #14132

This PR removes the re-sorting of dataframe columns when initialized by a series list.

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. non-breaking Non-breaking change labels Sep 20, 2023
@mroeschke
mroeschke requested a review from a team as a code owner September 20, 2023 01:47
@mroeschke

Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot
rapids-bot Bot merged commit eb6d134 into NVIDIA:branch-23.10 Sep 20, 2023
@mroeschke
mroeschke deleted the bug/df/list_of_series_sort branch September 20, 2023 16:52
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

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] DataFrame of Series objects unnecessarily sorts resulting column

3 participants