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 02d4bf3 commit 3842aa5Copy full SHA for 3842aa5
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