This is the select distinct to get the individual values of a column:
dataFrame.column.unique()
Comments are closed.