This notebook is a collection of code snippets and technical "how to" instructions.
labels_column_SArray = SFrame_DataSet['label'] print(type(labels_column_SArray)) unique_labels = labels_column_SArray.unique() print(unique_labels) ['bird', 'dog', 'cat', 'automobile']