Check Dataframe Column Is Unique
Ensures that a specific column in a DataFrame has only unique values (no duplicates).
| 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 only unique values. | str | Yes |