API: ExtensionArray._from_sequence_of_strings assumes true_values
and false_values
in signature when ExtensionDtype._is_boolean=True
#47534
Labels
API Design
Constructors
Series/DataFrame/Index/pd.array Constructors
ExtensionArray
Extending pandas with custom dtypes or arrays.
ExtensionArray._from_sequence_of_strings
has a signatureBooleanArray._from_sequence_of_strings
has a signatureThis is causing issues toward when trying to develop an ArrowExtensionArray with ArrowDtype that can support multiple underlying dtypes: #46008
pandas/pandas/io/parsers/base_parser.py
Lines 766 to 779 in 612f566
Possible paths forward:
_from_sequence_of_strings
to provide a string conversion e.g.The text was updated successfully, but these errors were encountered: