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.
602
+
In prior versions, using ``Series.unique()`` and ``pd.unique(Series)`` on ``Categorical`` and tz-aware
603
+
datatypes would yield different return types. These are now made consistent.
603
604
604
605
- Datetime tz-aware
605
606
@@ -629,13 +630,13 @@ In prior versions, using ``Series.unique()`` and ``pd.unique(Series)`` on ``Cate
0 commit comments