pub fn format_number(col: impl Into<Column>, d: impl Into<Column>) -> Column
Formats the number X to a format like ‘#,–#,–#.–’, rounded to d decimal places with HALF_EVEN round mode, and returns the result as a string.