From c648bddc2911696c89bd48973ce7acacf140f2e4 Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Thu, 15 Sep 2022 11:33:34 +0900 Subject: [PATCH] Add Rolling.quantile and Expanding.quantile into PySpark documentation --- python/docs/source/reference/pyspark.pandas/window.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -----------------------------------