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 bbe75a5 commit ebd43e1Copy full SHA for ebd43e1
pandas/core/arrays/string_arrow.py
@@ -91,6 +91,8 @@ class ArrowStringArray(ObjectStringArrayMixin, ArrowExtensionArray, BaseStringAr
91
----------
92
values : pyarrow.Array or pyarrow.ChunkedArray
93
The array of data.
94
+ dtype : StringDtype
95
+ The dtype for the array.
96
97
Attributes
98
0 commit comments