configure_column_metadata(column: column, {
    "param": value,
    ...
})
configure_column_metadata(column: column, {
    "param": value,
    ...
})
label
string

Label of the column.

description
string

Description of the column.

format
string

Format the column’s numbers using d3-format (e.g., ‘,.3f’ will format the number with 3 decimal places).