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 21220ff commit be4e1c6Copy full SHA for be4e1c6
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