Module polars_plan::dsl::functions
source · [−]Expand description
Functions
Functions on expressions that might be useful.
Structs
Traits
Functions
Selects all columns
Evaluate all the expressions with a bitwise and
Evaluate all the expressions with a bitwise or
arange
arange
Create list entries that are range arrays
arg_where
arg_where
Get the indices where
condition
evaluates true
.Find the indexes that would sort these series in order of appearance.
That means that the first
Series
will be used to determine the ordering
until duplicates are found. Once duplicates are found, the next Series
will
be used and so on.Take several expressions and collect them into a
StructChunked
.Find the mean of all the values in this Expression.
Folds the expressions from left to right keeping the first no null values.
Create a Column Expression based on a column name.
Select multiple columns by name
Concat lists entries.
concat_str
concat_str
Horizontally concat string columns in linear time
Compute the covariance between two columns.
cumfold_exprs
rank
Accumulate over multiple columns horizontally / row wise.
Create a date range from a
start
and stop
expression.Select multiple columns by dtype.
Select multiple columns by dtype.
Accumulate over multiple columns horizontally / row wise.
format_str
format_str
Format the results of an array of expressions using a format string
IsNotNull expression.
Apply a closure on the two columns that are evaluated from
Expr
a and Expr
b.Find the maximum of all the values in this Expression.
Get the the maximum value per row
Find the mean of all the values in this Expression.
Find the median of all the values in this Expression.
Find the minimum of all the values in this Expression.
Get the the minimum value per row
Compute the pearson correlation between two columns.
Find a specific quantile of all the values in this Expression.
Create a range literal.
Repeat a literal
value
n
times.spearman_rank_corr
rank
and propagate_nans
Compute the spearman rank correlation between two columns.
Missing data will be excluded from the computation.
Sum all the values in this Expression.
Get the the sum of the values per row