diff --git a/python/docs/source/reference/pyspark.pandas/window.rst b/python/docs/source/reference/pyspark.pandas/window.rst index 550036537f279..b5d74f2029ac8 100644 --- a/python/docs/source/reference/pyspark.pandas/window.rst +++ b/python/docs/source/reference/pyspark.pandas/window.rst @@ -36,6 +36,7 @@ Standard moving window functions Rolling.min Rolling.max Rolling.mean + Rolling.quantile Standard expanding window functions ----------------------------------- @@ -48,6 +49,7 @@ Standard expanding window functions Expanding.min Expanding.max Expanding.mean + Expanding.quantile Exponential moving window functions -----------------------------------