Module polars_core::functions
source · Expand description
Functions
Functions that might be useful.
Functions
- concat_str
concat_strCasts all series to string data and will concat them in linear time. The concatenated strings are separated by adelimiter. If nodelimiteris needed, an empty &str should be passed as argument. - Compute the covariance between two columns.
- Compute the covariance between two columns.
- diag_concat_df
diagonal_concatConcat[DataFrame]s diagonally. Concat diagonally thereby combining different schemas. - hor_concat_df
horizontal_concatConcat[DataFrame]s horizontally. Concat horizontally and extend with null values if lengths don’t match - Compute the pearson correlation between two columns.
- Compute the pearson correlation between two columns.