We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b2a49 commit 5b1f72aCopy full SHA for 5b1f72a
doc/source/user_guide/groupby.rst
@@ -1083,6 +1083,7 @@ The dimension of the returned result can also change:
1083
def f(group):
1084
return pd.DataFrame({'original': group,
1085
'demeaned': group - group.mean()})
1086
+
1087
grouped.apply(f)
1088
1089
``apply`` on a Series can operate on a returned value from the applied function,
pandas/core/arrays/datetimes.py
@@ -1678,7 +1678,7 @@ def isocalendar(self) -> DataFrame:
1678
See Also
1679
--------
1680
quarter : Return the quarter of the date.
1681
- is_quarter_end : Similar property for indicating the quarter start.
+ is_quarter_end : Similar property for indicating the quarter end.
1682
1683
Examples
1684
0 commit comments