API: rename Index.sym_diff to Index.symmetric_difference · Issue #12591 · pandas-dev/pandas (original) (raw)
Following builtin set
, I would expect the method name to be symmetric_difference
.
How about deprecating sym_diff
in favour of this (see also #6016, #8226)?