Skip to content

Commit

Permalink
rm-dup-doc in frame.py (#15530)
Browse files Browse the repository at this point in the history
Extended view of the diff

![Screenshot 2024-04-13 at 11 02 32 PM](https://github.com/rapidsai/cudf/assets/17162724/e6cd36b1-73b3-4910-b186-eb0906ea1fa6)

Found a couple of others whilst looking into #15487

Authors:
  - Ray Bell (https://github.com/raybellwaves)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #15530
  • Loading branch information
raybellwaves authored Apr 15, 2024
1 parent c8cb495 commit 8beb4ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
12 changes: 0 additions & 12 deletions python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1808,12 +1808,6 @@ def all(self, axis=0, skipna=True, **kwargs):
b False
dtype: bool
.. pandas-compat::
**DataFrame.all, Series.all**
Parameters currently not supported are `axis`, `bool_only`,
`level`.
.. pandas-compat::
**DataFrame.all, Series.all**
Expand Down Expand Up @@ -1867,12 +1861,6 @@ def any(self, axis=0, skipna=True, **kwargs):
b True
dtype: bool
.. pandas-compat::
**DataFrame.any, Series.any**
Parameters currently not supported are `axis`, `bool_only`,
`level`.
.. pandas-compat::
**DataFrame.any, Series.any**
Expand Down
5 changes: 0 additions & 5 deletions python/cudf/cudf/core/indexed_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1530,11 +1530,6 @@ def median(
>>> ser.median()
17.0
.. pandas-compat::
**DataFrame.median, Series.median**
Parameters currently not supported are `level` and `numeric_only`.
.. pandas-compat::
**DataFrame.median, Series.median**
Expand Down

0 comments on commit 8beb4ce

Please sign in to comment.