Unique Function 09 Aug 2020 import pandas as pdpd.Series([2, 4, 3, 3], name='P').unique() array([2, 4, 3])