Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions python/docs/source/reference/pyspark.pandas/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ Missing Values
Index.fillna
Index.dropna
Index.isna
Index.isnull
Index.notna
Index.notnull

Conversion
~~~~~~~~~~
Expand Down Expand Up @@ -190,6 +192,10 @@ Categorical components
CategoricalIndex.as_ordered
CategoricalIndex.as_unordered
CategoricalIndex.map
CategoricalIndex.equals
CategoricalIndex.max
CategoricalIndex.min
CategoricalIndex.tolist

.. _api.multiindex:

Expand Down
1 change: 1 addition & 0 deletions python/docs/source/reference/pyspark.pandas/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ Missing data handling

Series.backfill
Series.bfill
Series.ffill
Series.isna
Series.isnull
Series.notna
Expand Down