Assert Column Doesnt Contain Null Values
Validates that null values in a pandas column are below a certain threshold
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
student_dataframe_name | The name of the dataframe. | dataframe | Yes | |
column_name | The name of the column to check | string | Yes | |
tolerance | The max amount of null values in the column. If the value is 0.01, the column can have up to 1% null values | float | No |