eland.Series.mean

Series.mean(self, numeric_only=None)

Return the mean of the Series values

TODO - implement remainder of pandas arguments, currently non-numerics are not supported

Returns:
float

max value

Examples

>>> s = ed.Series('localhost', 'flights', name='AvgTicketPrice')
>>> int(s.mean())
628