polars.Series.list.set_symmetric_difference#

Series.list.set_symmetric_difference(other: Series) Series[source]#

Compute the SET SYMMETRIC DIFFERENCE between the elements in this list and the elements of other.

Parameters:
other

Right hand side of the set operation.