Skip to content

Fix assigning Series to column when ddf.columns.min() raises#9485

Merged
jrbourbeau merged 1 commit intodask:mainfrom
eriknw:fix/assign_pandas_series
Sep 13, 2022
Merged

Fix assigning Series to column when ddf.columns.min() raises#9485
jrbourbeau merged 1 commit intodask:mainfrom
eriknw:fix/assign_pandas_series

Conversation

@eriknw
Copy link
Copy Markdown
Member

@eriknw eriknw commented Sep 13, 2022

ddf[col] = s was raising when the column name types can't be compared such as when they are a mix of strings and integers.

I'm surprised this edge case hasn't been caught and fixed earlier.

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

@eriknw
Copy link
Copy Markdown
Member Author

eriknw commented Sep 13, 2022

Well that's a weird test failure.

Copy link
Copy Markdown
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @eriknw!

I'm surprised this edge case hasn't been caught and fixed earlier.

Looks like this closes #8085 : )

Well that's a weird test failure.

Known flaky test #8795

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants