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 78870e1 commit b710b23Copy full SHA for b710b23
pandas/core/arrays/string_.py
@@ -123,10 +123,10 @@ class StringDtype(StorageExtensionDtype):
123
Examples
124
--------
125
>>> pd.StringDtype()
126
- string[python]
+ StringDtype(storage='python', na_value=<NA>)>
127
128
>>> pd.StringDtype(storage="pyarrow")
129
- string[pyarrow]
+ StringDtype(na_value=<NA>)>
130
"""
131
132
@property
0 commit comments