discreteValues property

Iterable discreteValues

Returns a lazy iterable of the data's unique values if a Series instance marked as isDiscrete. If isDiscrete is false, an empty list will be returned

Implementation

Iterable get discreteValues;