eland.Series.min

Series.min(numeric_only=None)

Return the minimum of the Series values

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

Returns
float

min value

Examples

>>> s = ed.DataFrame('localhost', 'flights')['AvgTicketPrice']
>>> int(s.min())
100