eland.Series.min#

Series.min(numeric_only: Optional[bool] = None) Series#

Return the minimum of the Series values

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

float

min value

pandas.Series.min

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