polars.Series.list.symmetric_difference# Series.list.symmetric_difference(other: Series) → Series[source]# Compute the SET SYMMETRIC DIFFERENCE between the elements in this list and the elements of other. Deprecated since version 0.18.10: This method has been renamed to Series.list.set_symmetric_difference.