MixedNulls.run_logic#

MixedNulls.run_logic(context: Context, dataset_kind) CheckResult[source]#

Run check.

Returns
CheckResult

Value is dict with columns as key, and dict of null values as value: {column: {null_value: {count: x, percent: y}, …}, …} display is DataFrame with columns (‘Column Name’, ‘Value’, ‘Count’, ‘Percentage’) for any column that has more than 1 null values.