Function format_str

Source
pub fn format_str<E>(format: &str, args: E) -> Result<Expr, PolarsError>
where E: AsRef<[Expr]>,
Expand description

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