Concatenate measures together into a string.
measures (Union[date, datetime, int, float, str, Iterable[int], Iterable[float], MeasureDescription, MeasureConvertible]) – The string measures to concatenate together.
Union
date
datetime
int
float
str
Iterable
MeasureDescription
MeasureConvertible
separator (str) – The separator to place between each measure value.