eland.Series.nunique

Series.nunique(self)

Return the sum of the Series values

Returns:
float

max value

Examples

>>> s = ed.Series('localhost', 'flights', name='Carrier')
>>> s.nunique()
4