File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ PyArrow backed string data type
178
178
We've enhanced the :class: `StringDtype `, an extension type dedicated to string data.
179
179
(:issue: `39908 `)
180
180
181
- It is now possible to specify a ``storage `` keyword option to :class: `StringDtype `, use
181
+ It is now possible to specify a ``storage `` keyword option to :class: `StringDtype `. Use
182
182
pandas options or specify the dtype using ``dtype='string[pyarrow]' `` to allow the
183
183
StringArray to be backed by a PyArrow array instead of a NumPy array of Python objects.
184
184
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ def array(
125
125
============================== =======================================
126
126
127
127
The ExtensionArray created when the scalar type is :class:`str` is determined by
128
- pd.options.mode.string_storage if the dtype is not explicitly given.
128
+ `` pd.options.mode.string_storage`` if the dtype is not explicitly given.
129
129
130
130
For all other cases, NumPy's usual inference rules will be used.
131
131
You can’t perform that action at this time.
0 commit comments