Skip to content

fix: division by Zero in expect_column_proportion_of_unique_values_to_be_between with empty tables#20

Merged
tpoll merged 1 commit intometaplane:mainfrom
rloredo:fix-division-by-zero-in-proportions-empty-tables
Jun 20, 2025
Merged

fix: division by Zero in expect_column_proportion_of_unique_values_to_be_between with empty tables#20
tpoll merged 1 commit intometaplane:mainfrom
rloredo:fix-division-by-zero-in-proportions-empty-tables

Conversation

@rloredo
Copy link
Contributor

@rloredo rloredo commented Jun 3, 2025

Summary of Changes

Add a case when statement to return 1 when count of values are zero.

Why Do We Need These Changes

fixes #19

Reviewers

@tpoll @gusvargas

@tpoll tpoll merged commit 8d52544 into metaplane:main Jun 20, 2025
2 checks passed
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] Division by Zero in expect_column_proportion_of_unique_values_to_be_between with empty tables

2 participants