Skip to content

Commit 08e6fab

Browse files
committed
Update generic.py
1 parent e679918 commit 08e6fab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/generic.py

-2
Original file line numberDiff line numberDiff line change
@@ -5522,8 +5522,6 @@ def __finalize__(
55225522
object.__setattr__(self, name, getattr(other, name, None))
55235523

55245524
if method == "concat":
5525-
# Issue #41828, retain the attrs only if all NDFrame have the same
5526-
# attrs.
55275525
attrs = other.objs[0].attrs
55285526
check_attrs = all(objs.attrs == attrs for objs in other.objs[1:])
55295527
if check_attrs:

0 commit comments

Comments
 (0)