Skip to content

Commit 3d04e1d

Browse files
mention in user guide
1 parent ce0be30 commit 3d04e1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/user_guide/text.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,10 @@ Differences in behavior will be primarily due to the kind of NA value.
753753
The four :class:`StringDtype` variants
754754
======================================
755755

756-
There are four :class:`StringDtype` variants that are available to users.
756+
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.
757760

758761
Python storage with ``np.nan`` values
759762
-------------------------------------

0 commit comments

Comments
 (0)