ExtensionArray.
_from_sequence_of_strings
Construct a new ExtensionArray from a sequence of strings.
New in version 0.24.0.
Each element will be an instance of the scalar type for this array, cls.dtype.type.
cls.dtype.type
Construct for this particular dtype. This should be a Dtype compatible with the ExtensionArray.
If True, copy the underlying data.