We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066789 commit 7da4e44Copy full SHA for 7da4e44
doc/source/whatsnew/v1.0.2.rst
@@ -31,7 +31,7 @@ Bug fixes
31
**Categorical**
32
33
- Fixed bug where :meth:`Categorical.from_codes` improperly raised a ``ValueError`` when passed nullable integer codes. (:issue:`31779`)
34
-- Fixed bug where :meth:`Categorical` constructor would raise a ``TypeError`` when given a numpy array containing ``NA``. (:issue:`31927`)
+- Fixed bug where :meth:`Categorical` constructor would raise a ``TypeError`` when given a numpy array containing :class:`NA`. (:issue:`31927`)
35
36
**MultiIndex**
37
0 commit comments