Skip to content

format_number

function format_number(column, d): Column;

Defined in: functions/string.ts:156

Formats a numeric column to a string with the given number of decimal places.

Parameter Type
column ColOrName
d number

Column