From 5bb52a693aaafa7efe3174aa2c8676f61cc86f87 Mon Sep 17 00:00:00 2001 From: sfc-gh-mvashishtha Date: Thu, 31 Oct 2024 12:01:54 -0700 Subject: [PATCH] Document that we support len Signed-off-by: sfc-gh-mvashishtha --- docs/source/modin/supported/groupby_supported.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/modin/supported/groupby_supported.rst b/docs/source/modin/supported/groupby_supported.rst index 290b0227dc9..e04baaace60 100644 --- a/docs/source/modin/supported/groupby_supported.rst +++ b/docs/source/modin/supported/groupby_supported.rst @@ -31,7 +31,7 @@ Function application | GroupBy method | Snowpark implemented? (Y/N/P/D) | Missing parameters | Notes for current implementation | +-----------------------------+---------------------------------+----------------------------------+----------------------------------------------------+ | ``agg`` | P | ``axis`` other than 0 is not | ``Y``, support functions are count, mean, min, max,| -| | | implemented. | sum, median, std, size, and var | +| | | implemented. | sum, median, std, size, len, and var | | | | | (including both Python and NumPy functions) | | | | | otherwise ``N``. | +-----------------------------+---------------------------------+----------------------------------+----------------------------------------------------+