Function polars::prelude::format_str

source ·
pub fn format_str<E>(format: &str, args: E) -> Result<Expr, PolarsError>
where E: AsRef<[Expr]>,
Available on crate features concat_str and strings and lazy only.
Expand description

Format the results of an array of expressions using a format string