pd.Index.symmetric_difference
¶
pandasIndex.symmetric_difference(other, sort=None)
Supported Arguments:¶
other
: can be an Index, Series, or 1-dim numpy array with a matching type for the Index
Supported Index Types
- NumericIndex
- StringIndex
- BinaryIndex
- RangeIndex
- DatetimeIndex
- TimedeltaIndex
Important
Bodo diverges from the Pandas API for Index.symmetric_difference() in several ways: the order of elements may be different and a NumericIndex is always returned instead of a RangeIndex.