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
In situations like this, if both series had the same attrs, but different values how would we decide whose attr to take? Is it almost left most for binary ops?
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
val.attrs
should be{1:2}
The relevant tests are xfailed in
test_finalize.py::test_binary
Expected Behavior
val.attrs
should be{1:2}
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: