MixedNulls.add_condition_different_nulls_not_more_than#
- MixedNulls.add_condition_different_nulls_not_more_than(max_allowed_null_types: int = 1)[source]#
Add condition - require column not to have more than given number of different null values.
- Parameters
- max_allowed_null_typesint , default: 1
Number of different null value types which is the maximum allowed.