Check Dataframe Contains All Columns
Ensures that a student's DataFrame contains all specified columns.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
df_name | The name of the student's DataFrame variable. | str | Yes | |
columns_list | A list of column names that must be present in the DataFrame. | list | Yes |