This documentation is for an older version of GoodData.
Go to the latest version of this article.
DefaultVisualizationColumnNaming.
col_name_for_metric
col_name_for_metric(
measure: VisualizationMetric
) ->
str
Generate a unique column name for the given metric.
Parameters
name | type | description |
---|---|---|
measure | VisualizationMetric | The metric. |
Returns
type | description |
---|---|
str | The unique column name. |