python is very flexible and strong, but its syntax still a bit challanging for me.
I still have some difficulties to interpret some compact statement.
Below given one liner a bit confusing for me? How should I interpret this statement.
print list(set([x for x in outliers if outliers.count(x) >1]))