PercentOfNulls#
- class PercentOfNulls[source]#
Percent of ‘Null’ values in each column.
- Parameters
- columnsUnion[Hashable, List[Hashable]] , default: None
List of columns to check, if none given checks all columns Except ignored ones.
- ignore_columnsUnion[Hashable, List[Hashable]] , default: None
List of columns to ignore, if none given checks based on columns variable.
- __init__(columns: Optional[Union[Hashable, List[Hashable]]] = None, ignore_columns: Optional[Union[Hashable, List[Hashable]]] = None, **kwargs)[source]#
- __new__(*args, **kwargs)#
Methods
|
Add new condition function to the check. |
|
Add condition - percent of null values in each column is not greater than the threshold. |
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
Return check configuration (conditions' configuration not yet supported). |
|
Return check object from a CheckConfig object. |
|
|
Return check metadata. |
Name of class in split camel case. |
|
|
Return parameters to show when printing the check. |
|
Reduce check result value. |
Remove given condition by index. |
|
|
Run check. |
|
Run check logic. |