We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d7942 commit 30353a3Copy full SHA for 30353a3
pandas/core/groupby/groupby.py
@@ -3912,9 +3912,9 @@ def ewm(
3912
Times corresponding to the observations.
3913
3914
method : {'single', 'table'}, default 'single'
3915
- Execute the operation per group independently (``'single'``) or over the entire
3916
- object before regrouping (``'table'``). Only applicable to ``mean()``, and only
3917
- when using ``engine='numba'``.
+ Execute the operation per group independently (``'single'``) or over the
+ entire object before regrouping (``'table'``). Only applicable to
+ ``mean()``, and only when using ``engine='numba'``.
3918
3919
Returns
3920
-------
0 commit comments