Given a 2D Array (Python List), I need to find a new 1D such that it contains elements unique in each column. For example:
[1, 1, -1, 1, 0]
[1, -1, -1, 3, 4]