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 b3255f3 commit 3aa20aaCopy full SHA for 3aa20aa
pandas/core/groupby/generic.py
@@ -210,7 +210,8 @@ def _iterate_slices(self) -> Iterable[Series]:
210
>>> s.groupby([1, 1, 2, 2]).agg(lambda x: x.astype(float).min())
211
1 1.0
212
2 3.0
213
- dtype: float64"""
+ dtype: float64
214
+ """
215
)
216
217
@Appender(
@@ -975,7 +976,8 @@ class DataFrameGroupBy(GroupBy[DataFrame]):
975
976
B
977
A
978
- 2 3.0"""
979
+ 2 3.0
980
981
982
983
@doc(_agg_template, examples=_agg_examples_doc, klass="DataFrame")
0 commit comments