Construct a new ExtensionArray from a sequence of strings.
Each element will be an instance of the scalar type for this array, cls.dtype.type.
Construct for this particular dtype. This should be a Dtype compatible with the ExtensionArray.
If True, copy the underlying data.
Examples
>>> pd.arrays.IntegerArray._from_sequence_of_strings(["1", "2", "3"])
<IntegerArray>
[1, 2, 3]
Length: 3, dtype: Int64
© 2008–2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
© 2011–2025, Open source contributors
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/2.3.0/reference/api/pandas.api.extensions.ExtensionArray._from_sequence_of_strings.html