Skip to content

Commit

Permalink
Update missing data handling APIs in docs (rapidsai#11345)
Browse files Browse the repository at this point in the history
This PR updates a few missing data operation APIs in docs.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: rapidsai#11345
  • Loading branch information
galipremsagar authored Jul 25, 2022
1 parent 97adac5 commit 39e4feb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/cudf/source/api_docs/dataframe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,18 @@ Missing data handling
.. autosummary::
:toctree: api/

DataFrame.backfill
DataFrame.bfill
DataFrame.dropna
DataFrame.ffill
DataFrame.fillna
DataFrame.interpolate
DataFrame.isna
DataFrame.isnull
DataFrame.nans_to_nulls
DataFrame.notna
DataFrame.notnull
DataFrame.pad
DataFrame.replace

Reshaping, sorting, transposing
Expand Down
6 changes: 4 additions & 2 deletions docs/cudf/source/api_docs/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,17 @@ Missing data handling
.. autosummary::
:toctree: api/

Series.backfill
Series.bfill
Series.dropna
Series.ffill
Series.fillna
Series.isna
Series.isnull
Series.nans_to_nulls
Series.notna
Series.notnull
Series.pad
Series.replace

Reshaping, sorting
Expand All @@ -200,11 +204,9 @@ Reshaping, sorting
:toctree: api/

Series.argsort
Series.interleave_columns
Series.sort_values
Series.sort_index
Series.explode
Series.scatter_by_map
Series.searchsorted
Series.repeat
Series.transpose
Expand Down

0 comments on commit 39e4feb

Please sign in to comment.