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 65d0d96 commit 3826e26Copy full SHA for 3826e26
pandas/core/groupby/generic.py
@@ -3448,4 +3448,4 @@ def _wrap_transform_general_frame(
3448
elif isinstance(res, DataFrame) and not res.index.is_(group.index):
3449
return res._align_frame(group)[0]
3450
else:
3451
- return res
+ return res
0 commit comments