-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
EnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.Output-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_stringRefactorInternal refactoring of codeInternal refactoring of code
Description
see #26833 (comment)
to make format_array
more generic we need to push more functionality to the objects to be formatted themselves (and PandasArray) rather than encoding the conversions and special casing in format_array
.
Metadata
Metadata
Assignees
Labels
EnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.Output-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_stringRefactorInternal refactoring of codeInternal refactoring of code