round

ColExpr.round(
decimals: int = 0,
) ColExpr[Int][source]
ColExpr.round(
decimals: int = 0,
) ColExpr[Float]

Rounds to a given number of decimals.

Parameters:

decimals – The number of decimals to round by.