Skip to content

Commit 64b3206

Browse files
update construct_from_string docstring
1 parent c69a611 commit 64b3206

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/arrays/string_.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ def construct_from_string(cls, string):
115115
The type of the name. The storage type will be taking from `string`.
116116
Valid options and their storage types are
117117
118-
========================== ==============
118+
========================== ==============================================
119119
string result storage
120-
========================== ==============
121-
``'string'`` global default
120+
========================== ==============================================
121+
``'string'`` pd.options.mode.string_storage, default python
122122
``'string[python]'`` python
123123
``'string[pyarrow]'`` pyarrow
124-
========================== =============
124+
========================== ==============================================
125125
126126
Returns
127127
-------

0 commit comments

Comments
 (0)