File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ def construct_from_string(cls, string):
115
115
The type of the name. The storage type will be taking from `string`.
116
116
Valid options and their storage types are
117
117
118
- ========================== ==============
118
+ ========================== ==============================================
119
119
string result storage
120
- ========================== ==============
121
- ``'string'`` global default
120
+ ========================== ==============================================
121
+ ``'string'`` pd.options.mode.string_storage, default python
122
122
``'string[python]'`` python
123
123
``'string[pyarrow]'`` pyarrow
124
- ========================== =============
124
+ ========================== ==============================================
125
125
126
126
Returns
127
127
-------
You can’t perform that action at this time.
0 commit comments