Skip to content

Commit

Permalink
Minor docs adjustments to cumcount() and ngroup() (#3349)
Browse files Browse the repository at this point in the history
WIP for #3279
  • Loading branch information
oleksiyskononenko authored and sammychoco committed Sep 15, 2022
1 parent 135b4c6 commit a4d84f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/api/fexpr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@
* - :meth:`.countna()`
- Same as :func:`dt.countna()`.

* - :meth:`.cummin()`
- Same as :func:`dt.cummin()`.

* - :meth:`.cummax()`
- Same as :func:`dt.cummax()`.

* - :meth:`.cummin()`
- Same as :func:`dt.cummin()`.

* - :meth:`.cumprod()`
- Same as :func:`dt.cumprod()`.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/index-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Functions
* - :func:`countna()`
- Count the number of NA values per column
* - :func:`cumcount()`
- Return the row number.
- Number rows within each group
* - :func:`cummax()`
- Calculate the cumulative maximum of values per column
* - :func:`cummin()`
Expand All @@ -186,7 +186,7 @@ Functions
* - :func:`min()`
- Find the smallest element per column
* - :func:`ngroup()`
- Return the group number.
- Number each group
* - :func:`nunique()`
- Count the number of unique values per column
* - :func:`prod()`
Expand Down

0 comments on commit a4d84f3

Please sign in to comment.