Skip to content

Compute the median

Description

Compute the median

Usage

## S3 method for class 'RPolarsDataFrame'
median(x, ...)

# S3 method for class 'RPolarsLazyFrame'
median(x, ...)

# S3 method for class 'RPolarsSeries'
median(x, ...)

Arguments

x A DataFrame, LazyFrame, or Series
Not used.