larray.Axis.min

Axis.min() → Any[source]

Get minimum of labels.

Returns:
label

Label with minimum value.

Warning

Fails on non-numeric labels.

Examples

>>> time = Axis('time=1991..2020')
>>> time.min()
1991
>>> country = Axis('country=Belgium,France,Germany')
>>> country.min()
Traceback (most recent call last):
...
TypeError: cannot perform reduce with flexible type