torcharrow.NumericalColumn.round¶
- NumericalColumn.round(decimals=0)¶
Round each value in a data to the given number of decimals.
- decimalsint, default 0
Number of decimal places to round to. If decimals is negative, it specifies the number of positions to the left of the decimal point.