0

I'm developing a solution to make a data quality check in one column, and already used the rule expect_column_values_to_be_unique in many other columns like the following:

df.expect_column_values_to_be_unique(column="A", result_format="COMPLETE")

Although my column contains null values, so I was wondering if there's some sort of other parameter that'll allow is to ignore the null values of the column and then run the expect_column_values_to_be_unique check.

1 Answer 1

1

The default behavior in Great Expectations is to ignore nulls in expect_column_values_to_be_unique so it should work like you're describing.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.