You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the same logic as `pd.concat()`: Copy `attrs` only if all
input `attrs` are identical.
I've refactored the handling in __finalize__ from special-casing based on th the method name (previously only "concat") to handling "other" parameters
that have an `input_objs` attribute. This is a more scalable architecture compared to hard-coding method names in __finalize__.
Tests added for `concat()` and `merge()`.
Closespandas-dev#60351.
0 commit comments