We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032e139 commit ab97abeCopy full SHA for ab97abe
doc/source/whatsnew/v1.3.0.rst
@@ -221,7 +221,7 @@ As an example of this, given:
221
original = pd.Series(cat)
222
unique = original.unique()
223
224
-*pandas < 1.2.0*:
+*pandas < 1.3.0*:
225
226
.. code-block:: ipython
227
@@ -231,7 +231,7 @@ As an example of this, given:
231
In [2]: original.dtype == unique.dtype
232
False
233
234
-*pandas >= 1.2.0*
+*pandas >= 1.3.0*
235
236
.. ipython:: python
237
pandas/core/arrays/categorical.py
@@ -2107,7 +2107,7 @@ def unique(self):
2107
Return the ``Categorical`` which ``categories`` and ``codes`` are
2108
unique.
2109
2110
- .. versionchanged:: 1.2.0
+ .. versionchanged:: 1.3.0
2111
2112
Previously, unused categories were dropped from the new categories.
2113
0 commit comments