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 ce0be30 commit 3d04e1dCopy full SHA for 3d04e1d
doc/source/user_guide/text.rst
@@ -753,7 +753,10 @@ Differences in behavior will be primarily due to the kind of NA value.
753
The four :class:`StringDtype` variants
754
======================================
755
756
-There are four :class:`StringDtype` variants that are available to users.
+There are four :class:`StringDtype` variants that are available to users,
757
+controlled by the ``storage`` and ``na_value`` parameters of :class:`StringDtype`.
758
+At runtime, these can be checked via the :attr:`StringDtype.storage`
759
+and :attr:`StringDtype.na_value` attributes.
760
761
Python storage with ``np.nan`` values
762
-------------------------------------
0 commit comments