API/BUG: Fix Series ops inconsistencies by sinhrks · Pull Request #13894 · pandas-dev/pandas (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said in another comment, I would be more explicit here about how to deal with this when you used such code (so in case you wanted this behaviour, you now have to use s1.values == s2.values
)
Maybe an example where you show all 4 cases (old behaviour, new default, new .values, new flex method) next to each other. The overview below is very structured, which is certainly good to keep! But I would also give one example for probably the case where most likely breakages will occur that compares all different behaviour together.