Skip to content

Commit a5fe85f

Browse files
itholicdongjoon-hyun
authored andcommitted
[SPARK-45966][DOCS][PS] Add missing methods for API reference
### What changes were proposed in this pull request? This PR proposes to add missing methods for API reference. ### Why are the changes needed? For better API reference, we should reflect the actual status into the documentation. ### Does this PR introduce _any_ user-facing change? No API changes, but user-facing documentation will be improved. ### How was this patch tested? The existing CI, especially the documentation build should pass. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43860 from itholic/SPARK-45966. Authored-by: Haejoon Lee <haejoon.lee@databricks.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 0c1ba5c commit a5fe85f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

python/docs/source/reference/pyspark.pandas/indexing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ Missing Values
105105
Index.fillna
106106
Index.dropna
107107
Index.isna
108+
Index.isnull
108109
Index.notna
110+
Index.notnull
109111

110112
Conversion
111113
~~~~~~~~~~
@@ -190,6 +192,10 @@ Categorical components
190192
CategoricalIndex.as_ordered
191193
CategoricalIndex.as_unordered
192194
CategoricalIndex.map
195+
CategoricalIndex.equals
196+
CategoricalIndex.max
197+
CategoricalIndex.min
198+
CategoricalIndex.tolist
193199

194200
.. _api.multiindex:
195201

python/docs/source/reference/pyspark.pandas/series.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ Missing data handling
214214

215215
Series.backfill
216216
Series.bfill
217+
Series.ffill
217218
Series.isna
218219
Series.isnull
219220
Series.notna

0 commit comments

Comments
 (0)