You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In prior versions, using ``Series.unique()`` and ``pd.unique(Series)`` on ``Categorical`` and tz-aware datatypes would yield different return types. These are now consistent to return the extension type.
603
+
604
+
Previous behaviour:
605
+
606
+
Datetime tz-aware
607
+
608
+
.. code-block:: ipython
609
+
610
+
In [5]: Series(pd.Index([pd.Timestamp('20160101', tz='US/Eastern'),
0 commit comments