pub fn str_format( cs: &mut [Column], format: &str, insertions: &[usize], ) -> Result<Column, PolarsError>
polars-ops