Statsmax Method |
Name | Description | |
---|---|---|
maxR, C(FrameR, C) |
For each numerical column, returns the maximal values as a series.
The function skips over missing and `NaN` values. When there are no values,
the result is `NaN`.
[category:Frame statistics]
| |
maxK, V(SeriesK, V) |
Returns the maximum 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]
|