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

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

Merged
merged 1 commit into from Sep 13, 2022

Conversation

eriknw
Copy link
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
Member Author

eriknw commented Sep 13, 2022

Well that's a weird test failure.

Copy link
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.

None yet

2 participants