From 907b61ddd728bb38ca5807f251a5f5ec8cb27263 Mon Sep 17 00:00:00 2001 From: Michael Wang Date: Mon, 24 May 2021 11:17:32 -0700 Subject: [PATCH] Address doc review --- python/cudf/cudf/core/groupby/groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/cudf/core/groupby/groupby.py b/python/cudf/cudf/core/groupby/groupby.py index cffe2d7d6a5..6a298df32d6 100644 --- a/python/cudf/cudf/core/groupby/groupby.py +++ b/python/cudf/cudf/core/groupby/groupby.py @@ -720,7 +720,7 @@ def shift(self, periods=1, freq=None, axis=0, fill_value=None): The scalar value to use for newly introduced missing values. Can be specified with `None`, a single value or multiple values: - - `None` (default): do not perform fill + - `None` (default): sets all indeterminable values to null. - Single value: fill all shifted columns with this value. Should match the data type of all columns. - List of values: fill shifted columns with corresponding value in