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: Saveguard against invalid comparison in pandas comparator #8

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

DominikZuercherQC
Copy link
Collaborator

@DominikZuercherQC DominikZuercherQC commented Oct 31, 2024

Motivation

See #7

Changes

Add a safeguard against invalid comparisons in PandasComparator

Reviewer: @AaronTacke Could you have a look at this? If you are fine with merging could we do a release including this fix?

@github-actions github-actions bot added the fix label Oct 31, 2024
@DominikZuercherQC DominikZuercherQC changed the title fix: saveguard against invalid comparison in pandas comparator saveguard against invalid comparison in pandas comparator Oct 31, 2024
@DominikZuercherQC DominikZuercherQC changed the title saveguard against invalid comparison in pandas comparator fix: saveguard against invalid comparison in pandas comparator Oct 31, 2024
@DominikZuercherQC DominikZuercherQC changed the title fix: saveguard against invalid comparison in pandas comparator fix: Saveguard against invalid comparison in pandas comparator Oct 31, 2024
Copy link
Collaborator

@AaronTacke AaronTacke left a comment

Choose a reason for hiding this comment

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

LGTM! Could you trigger the release as 1.0.2? :)

@DominikZuercherQC DominikZuercherQC merged commit 08a5733 into main Oct 31, 2024
15 of 17 checks passed
@DominikZuercherQC DominikZuercherQC deleted the dz_fix_issue7 branch October 31, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Pandascomparator crashes when comparing NaNs in colum with dtype=string[python]
2 participants