Module polars_lazy::functions [−][src]
This is supported on crate feature
compile
only.Expand description
Functions
Functions on expressions that might be useful.
Functions
arange
arange
Create list entries that are range arrays
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.
concat_lst
list
Concat lists entries.
concat_str
concat_str
Concat string columns in linear time
Compute the covariance between two columns.
Compute the pearson correlation between two columns.
Compute the spearman rank correlation between two columns.