Check Dataframe Column Contains Values From List
Ensures a DataFrame column contains all values from a given list.
| 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 in the DataFrame to check. | str | Yes | |
values_list | A list of values that must all be present in the specified column. | list | Yes |