np.unique column name if a particular string is found in a column pandas python code example
Example 1: how to get distinct value in a column dataframe in python
df.column.unique()
Example 2: how to count unique values in a column dataframe in python
dataframe.column.nunique()