We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed054c commit f68a38bCopy full SHA for f68a38b
doc/source/whatsnew/v1.3.0.rst
@@ -246,7 +246,7 @@ As an example of this, given:
246
original = pd.Series(cat)
247
unique = original.unique()
248
249
-*pandas < 1.2.0*:
+*pandas < 1.3.0*:
250
251
.. code-block:: ipython
252
@@ -256,7 +256,7 @@ As an example of this, given:
256
In [2]: original.dtype == unique.dtype
257
False
258
259
-*pandas >= 1.2.0*
+*pandas >= 1.3.0*
260
261
.. ipython:: python
262
pandas/core/arrays/categorical.py
@@ -2129,7 +2129,7 @@ def unique(self):
2129
Return the ``Categorical`` which ``categories`` and ``codes`` are
2130
unique.
2131
2132
- .. versionchanged:: 1.2.0
+ .. versionchanged:: 1.3.0
2133
2134
Previously, unused categories were dropped from the new categories.
2135
0 commit comments