Skip to content

Commit 3842aa5

Browse files
committed
code impl and examples
1 parent 02d4bf3 commit 3842aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3448,4 +3448,4 @@ def _wrap_transform_general_frame(
34483448
elif isinstance(res, DataFrame) and not res.index.is_(group.index):
34493449
return res._align_frame(group)[0]
34503450
else:
3451-
return res
3451+
return res

0 commit comments

Comments
 (0)