Series.round
round off floating values in series
danfo.Series.round(dp, options)
Parameters | Type | Description | Default |
---|---|---|---|
dp | int | decimal place to round off to | |
options | Object | inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false | { inplace: false } |
Returns: Series
Example
Last updated