Check Dataframe Column Has At Most N Nulls
Ensures that a student's DataFrame column has at most n null (NaN) values.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
df_name | The name of the student's DataFrame variable. | str | Yes | |
column_name | The name of the column to check for null counts. | str | Yes | |
n | The maximum number of nulls allowed in that column. | int | Yes |