X Tutup
Skip to content

Commit b145c5e

Browse files
risenWgitbook-bot
authored andcommitted
GitBook: No commit message
1 parent a3217b5 commit b145c5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference/dataframe/danfo.dataframe.round.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: Round elements in a DataFrame to a specified number of decimal plac
66

77
danfo.DataFrame.**round**(options) \[[source](https://github.com/opensource9ja/danfojs/blob/3398c2f540c16ac95599a05b6f2db4eff8a258c9/danfojs/src/core/frame.js#L454)]
88

9-
| Parameters | Type | Description | Default |
10-
| ---------- | ------ | ----------------------------------------------------------------------------------- | --------------- |
11-
| dp | Int | Number of decimal places to round to. Defaults to 1 | 1 |
12-
| options | Object | **axis:** 0 or 1. If 0, compute the mean column-wise, if 1, row-wise. Defaults to 1 | { inplace: fa } |
9+
| Parameters | Type | Description | Default |
10+
| ---------- | ------ | -------------------------------------------------------------------------------------------------- | ------------------ |
11+
| dp | Int | Number of decimal places to round to. Defaults to 1 | 1 |
12+
| options | Object | **inplace:** Boolean indicating whether to perform the operation inplace or not. Defaults to false | { inplace: false } |
1313

1414
**Returns:**
1515

16-
** **return** Series**
16+
** **return** DataFrame**
1717

1818
## **Examples**
1919

0 commit comments

Comments
 (0)
X Tutup