Compute the median of a Series
Description
Compute the median of a Series
Usage
<Series>$median()
Details
The Dtypes Int8, UInt8, Int16 and UInt16 are cast to Int64 before summing to prevent overflow issues.
Value
A numeric value
Examples
#> [1] 2.5
#> [1] 3.5
#> [1] 3