Check Dataframe Contains Column
Ensures that a student's DataFrame contains a specific column.
| 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 be present in the DataFrame. | str | Yes |