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 7edb497 commit 1fcfdceCopy full SHA for 1fcfdce
doc/source/whatsnew/v1.0.0.rst
@@ -56,7 +56,7 @@ Dedicated string data type
56
^^^^^^^^^^^^^^^^^^^^^^^^^^
57
58
We've added :class:`StringDtype`, an extension type dedicated to string data.
59
-Previously, strings were typically stored in object-dtype NumPy arrays.
+Previously, strings were typically stored in object-dtype NumPy arrays. (:issue:`29975`)
60
61
.. warning::
62
@@ -86,7 +86,7 @@ You can use the alias ``"string"`` as well.
86
s
87
88
The usual string accessor methods work. Where appropriate, the return type
89
-of the Series or columns of a DataFrame will also have string dtype. (:issue:`29975`)
+of the Series or columns of a DataFrame will also have string dtype.
90
91
.. ipython:: python
92
0 commit comments