Check Dataframe Column Has No Nulls
Ensures a specific column in a Pandas DataFrame has no 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 that must have no nulls. | str | Yes |