Statsmin Method |
Name | Description | |
---|---|---|
minR, C(FrameR, C) |
For each numerical column, returns the minimal values as a series.
The function skips over missing and `NaN` values. When there are no values,
the result is `NaN`.
[category:Frame statistics]
| |
minK, V(SeriesK, V) |
Returns the minimum of the values in a series. The result is an option value.
When the series contains no values, the result is `None`.
[category:Series statistics]
|