pandas.Series.round¶
Round each value in a Series to the given number of decimals.
- param decimals
- int
Number of decimal places to round to (default: 0). If decimals is negative, it specifies the number of positions to the left of the decimal point.
- return
Series Rounded values of the Series.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler